GTK3: change border-color to treeview buttons
This commit is contained in:
parent
b3b6218c72
commit
a767ab0bae
@ -5227,6 +5227,8 @@ treeview.view {
|
|||||||
border-bottom-color: black;
|
border-bottom-color: black;
|
||||||
background-image: linear-gradient(to top, #292c37 2px, #2e313d);
|
background-image: linear-gradient(to top, #292c37 2px, #2e313d);
|
||||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
|
||||||
|
treeview.view header button:hover, treeview.view header button:active {
|
||||||
|
border-color: #0d0e11; }
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
* Popovers *
|
* Popovers *
|
||||||
|
|||||||
@ -5227,6 +5227,8 @@ treeview.view {
|
|||||||
border-bottom-color: black;
|
border-bottom-color: black;
|
||||||
background-image: linear-gradient(to top, #292c37 2px, #2e313d);
|
background-image: linear-gradient(to top, #292c37 2px, #2e313d);
|
||||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(13, 14, 17, 0.75), 0 1px 2px rgba(0, 0, 0, 0.27); }
|
||||||
|
treeview.view header button:hover, treeview.view header button:active {
|
||||||
|
border-color: #0d0e11; }
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
* Popovers *
|
* Popovers *
|
||||||
|
|||||||
@ -5248,6 +5248,8 @@ treeview.view {
|
|||||||
border-bottom-color: #c2c2c2;
|
border-bottom-color: #c2c2c2;
|
||||||
background-image: linear-gradient(to top, white 2px, white);
|
background-image: linear-gradient(to top, white 2px, white);
|
||||||
box-shadow: inset 0 1px white, inset 0 -1px 0 rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
|
box-shadow: inset 0 1px white, inset 0 -1px 0 rgba(217, 217, 217, 0.75), 0 1px 2px rgba(0, 0, 0, 0.07); }
|
||||||
|
treeview.view header button:hover, treeview.view header button:active {
|
||||||
|
border-color: #d9d9d9; }
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
* Popovers *
|
* Popovers *
|
||||||
|
|||||||
@ -220,7 +220,12 @@ treeview.view {
|
|||||||
|
|
||||||
&:backdrop { border-top-color: $backdrop_borders_color; }
|
&:backdrop { border-top-color: $backdrop_borders_color; }
|
||||||
|
|
||||||
header button { @include button(normal); }
|
header button {
|
||||||
|
@include button(normal);
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active { border-color: $borders_color; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user