mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: osd fixes
This commit is contained in:
parent
f34b5a04a1
commit
4d12baea02
3 changed files with 5 additions and 5 deletions
|
|
@ -1313,7 +1313,7 @@ StScrollBar {
|
|||
.summary-source-button {
|
||||
&:hover .summary-source,
|
||||
&:selected .summary-source,
|
||||
&:focus .summary-source { background-color: lighten($bg_color,2%); }
|
||||
&:focus .summary-source { background-color: lighten($osd_bg_color,2%); }
|
||||
}
|
||||
.summary-source-counter {
|
||||
font-size: 10pt;
|
||||
|
|
@ -1323,7 +1323,7 @@ StScrollBar {
|
|||
-shell-counter-overlap-y: 3px;
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
border: 2px solid $fg_color;
|
||||
border: 2px solid $osd_fg_color;
|
||||
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
|
||||
border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1152,7 +1152,7 @@ StScrollBar {
|
|||
transition-duration: 100ms; }
|
||||
|
||||
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source, .summary-source-button:focus .summary-source {
|
||||
background-color: #050505; }
|
||||
background-color: #33393c; }
|
||||
|
||||
.summary-source-counter {
|
||||
font-size: 10pt;
|
||||
|
|
@ -1163,7 +1163,7 @@ StScrollBar {
|
|||
-shell-counter-overlap-y: 3px;
|
||||
background-color: #215d9c;
|
||||
color: #ffffff;
|
||||
border: 2px solid #fff;
|
||||
border: 2px solid #eeeeec;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 0.9em; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1152,7 +1152,7 @@ StScrollBar {
|
|||
transition-duration: 100ms; }
|
||||
|
||||
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source, .summary-source-button:focus .summary-source {
|
||||
background-color: #3e4444; }
|
||||
background-color: #33393c; }
|
||||
|
||||
.summary-source-counter {
|
||||
font-size: 10pt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue