mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
some tweaks for gnome-shell 3.18
This commit is contained in:
@@ -213,15 +213,15 @@ StScrollBar {
|
||||
}
|
||||
|
||||
&-linked-button {
|
||||
height: 38px;
|
||||
height: if($variant=='light', 39px, 38px);
|
||||
padding: 0;
|
||||
box-shadow: inset 0 0 black;
|
||||
border-top-width: 1px;
|
||||
border-top-width: if($variant=='light', 0px, 1px);
|
||||
border-bottom-width: 0;
|
||||
|
||||
color: $osd_fg_color;
|
||||
background-color: $osd_bg_color;
|
||||
border-color: darken($osd_bg_color, 5%);
|
||||
border-color: if($variant=='light', darken($osd_bg_color, 5%), darken($osd_bg_color, 8%));
|
||||
|
||||
&:hover { background-color: lighten($osd_bg_color, 5%); }
|
||||
&:focus { color: $selected_bg_color; }
|
||||
|
||||
Reference in New Issue
Block a user