mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 23:24:16 +00:00
Adwaita: .scrollbars-junction
This commit is contained in:
parent
6432dd0234
commit
1566a5d9dd
@ -1024,12 +1024,7 @@ GtkPopover {
|
||||
.button {
|
||||
border: none;
|
||||
}
|
||||
&.trough {
|
||||
background-color: darken($bg_color, 5%);
|
||||
&:backdrop {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
&.trough { @extend .scrollbars-junction; }
|
||||
&.slider {
|
||||
border-radius: 20px;
|
||||
border: 3px solid transparent; //margin :/
|
||||
@ -1052,6 +1047,12 @@ GtkPopover {
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbars-junction { // the small square between two scrollbars
|
||||
background-color: darken($bg_color, 5%);
|
||||
&:backdrop { background-color: transparent; }
|
||||
}
|
||||
|
||||
|
||||
/**********
|
||||
* Switch *
|
||||
**********/
|
||||
|
@ -1155,10 +1155,6 @@ GtkPopover {
|
||||
-GtkRange-trough-under-steppers: 1; }
|
||||
.scrollbar .button {
|
||||
border: none; }
|
||||
.scrollbar.trough {
|
||||
background-color: #2d3232; }
|
||||
.scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
.scrollbar.slider {
|
||||
border-radius: 20px;
|
||||
border: 3px solid transparent;
|
||||
@ -1174,6 +1170,11 @@ GtkPopover {
|
||||
.scrollbar.slider.fine-tune:prelight:active {
|
||||
background-color: #215d9c; }
|
||||
|
||||
.scrollbars-junction, .scrollbar.trough {
|
||||
background-color: #2d3232; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
|
||||
/**********
|
||||
* Switch *
|
||||
**********/
|
||||
|
@ -1155,10 +1155,6 @@ GtkPopover {
|
||||
-GtkRange-trough-under-steppers: 1; }
|
||||
.scrollbar .button {
|
||||
border: none; }
|
||||
.scrollbar.trough {
|
||||
background-color: #e0e0e0; }
|
||||
.scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
.scrollbar.slider {
|
||||
border-radius: 20px;
|
||||
border: 3px solid transparent;
|
||||
@ -1174,6 +1170,11 @@ GtkPopover {
|
||||
.scrollbar.slider.fine-tune:prelight:active {
|
||||
background-color: #4a90d9; }
|
||||
|
||||
.scrollbars-junction, .scrollbar.trough {
|
||||
background-color: #e0e0e0; }
|
||||
.scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
|
||||
background-color: transparent; }
|
||||
|
||||
/**********
|
||||
* Switch *
|
||||
**********/
|
||||
|
Loading…
Reference in New Issue
Block a user