Adwaita: scrollbar contrast bump
This commit is contained in:
committed by
Matthias Clasen
parent
932ed7cd51
commit
21216fc8b1
@@ -1898,7 +1898,7 @@ column-header.button.dnd { // for treeview-like derive widgets
|
||||
|
||||
&.overlay-indicator {
|
||||
&:not(.dragging):not(.hovering) { // Overlay scrolling indicator
|
||||
opacity: 0.3;
|
||||
opacity: 0.4;
|
||||
|
||||
-GtkRange-slider-width: 5px;
|
||||
|
||||
@@ -1944,9 +1944,9 @@ column-header.button.dnd { // for treeview-like derive widgets
|
||||
|
||||
// slider coloring
|
||||
.slider {
|
||||
background-color: mix($fg_color, $bg_color, 40%);
|
||||
background-color: mix($fg_color, $bg_color, 60%);
|
||||
|
||||
&:hover { background-color: mix($fg_color, $bg_color, 60%); }
|
||||
&:hover { background-color: mix($fg_color, $bg_color, 80%); }
|
||||
|
||||
&:prelight:active { background-color: if($variant=='light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 10%));}
|
||||
|
||||
|
||||
@@ -2452,7 +2452,7 @@ column-header .titlebar .button.titlebutton,
|
||||
.titlebar .scrollbar .button.titlebutton {
|
||||
border: none; }
|
||||
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
|
||||
opacity: 0.3;
|
||||
opacity: 0.4;
|
||||
-GtkRange-slider-width: 5px; }
|
||||
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
|
||||
margin: 0;
|
||||
@@ -2477,9 +2477,9 @@ column-header .titlebar .button.titlebutton,
|
||||
background-color: #323737;
|
||||
border-color: #1e2222; }
|
||||
.scrollbar .slider {
|
||||
background-color: #818584; }
|
||||
background-color: #a5a8a6; }
|
||||
.scrollbar .slider:hover {
|
||||
background-color: #a5a8a6; }
|
||||
background-color: #c9cbc9; }
|
||||
.scrollbar .slider:prelight:active {
|
||||
background-color: #2a76c6; }
|
||||
.scrollbar .slider:backdrop {
|
||||
|
||||
@@ -2458,7 +2458,7 @@ column-header .titlebar .button.titlebutton,
|
||||
.titlebar .scrollbar .button.titlebutton {
|
||||
border: none; }
|
||||
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
|
||||
opacity: 0.3;
|
||||
opacity: 0.4;
|
||||
-GtkRange-slider-width: 5px; }
|
||||
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
|
||||
margin: 0;
|
||||
@@ -2483,9 +2483,9 @@ column-header .titlebar .button.titlebutton,
|
||||
background-color: #e5e5e5;
|
||||
border-color: #a8a8a8; }
|
||||
.scrollbar .slider {
|
||||
background-color: #a0a3a3; }
|
||||
background-color: #7a7e7f; }
|
||||
.scrollbar .slider:hover {
|
||||
background-color: #7a7e7f; }
|
||||
background-color: #54595a; }
|
||||
.scrollbar .slider:prelight:active {
|
||||
background-color: #2a76c6; }
|
||||
.scrollbar .slider:backdrop {
|
||||
|
||||
Reference in New Issue
Block a user