mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: improve scrollbars coloring
https://bugzilla.gnome.org/show_bug.cgi?id=682476
This commit is contained in:
parent
e92a6b3c6c
commit
c50132b29f
1 changed files with 4 additions and 4 deletions
|
|
@ -80,25 +80,25 @@ StScrollBar StBin#trough {
|
|||
}
|
||||
|
||||
StScrollBar StButton#vhandle {
|
||||
background-color: #959797;
|
||||
background-color: #5d6464;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
StScrollBar StButton#hhandle {
|
||||
background-color: #959797;
|
||||
background-color: #5d6464;
|
||||
border: 2px solid #242424;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
StScrollBar StButton#hhandle:hover,
|
||||
StScrollBar StButton#vhandle:hover {
|
||||
background-color: #c2c3c3;
|
||||
background-color: #777d7c;
|
||||
}
|
||||
|
||||
StScrollBar StButton#hhandle:active,
|
||||
StScrollBar StButton#vhandle:active {
|
||||
background-color: #729fcf;
|
||||
background-color: #3465a4;
|
||||
}
|
||||
|
||||
/* Check Boxes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue