mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
HighContrast: Update progressbar styling
Adjust to the chagnes in the previous commit. This partially undoes the earlier progressbar changes.
This commit is contained in:
parent
48e605b7a4
commit
894bd13240
@ -1756,19 +1756,25 @@ progressbar {
|
||||
padding: 0;
|
||||
font-size: 83%;
|
||||
color: $fg_color;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-color: $borders_color;
|
||||
background-color: mix($borders_color,$bg_color, 35%);
|
||||
box-shadow: inset 1px 1px transparentize(black, 0.9);
|
||||
&:backdrop{
|
||||
|
||||
&:backdrop {
|
||||
color: $insensitive_fg_color;
|
||||
border-color: $backdrop_borders_color;
|
||||
background-color: mix($backdrop_borders_color,$backdrop_bg_color, 35%);
|
||||
box-shadow: 0 1px transparentize(white,1);
|
||||
}
|
||||
&.osd {
|
||||
|
||||
trough {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-color: $borders_color;
|
||||
background-color: mix($borders_color,$bg_color, 35%);
|
||||
box-shadow: inset 1px 1px transparentize(black, 0.9);
|
||||
&:backdrop {
|
||||
border-color: $backdrop_borders_color;
|
||||
background-color: mix($backdrop_borders_color,$backdrop_bg_color, 35%);
|
||||
box-shadow: 0 1px transparentize(white,1);
|
||||
}
|
||||
}
|
||||
&.osd trough {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
|
@ -1940,19 +1940,21 @@ scale,
|
||||
progressbar {
|
||||
padding: 0;
|
||||
font-size: 83%;
|
||||
color: #000;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-color: gray;
|
||||
background-color: lightgray;
|
||||
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
|
||||
color: #000; }
|
||||
progressbar:backdrop {
|
||||
color: gray;
|
||||
border-color: #8d8d8d;
|
||||
background-color: #d7d7d7;
|
||||
box-shadow: 0 1px rgba(255, 255, 255, 0); }
|
||||
progressbar.osd {
|
||||
color: gray; }
|
||||
progressbar trough {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-color: gray;
|
||||
background-color: lightgray;
|
||||
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }
|
||||
progressbar trough:backdrop {
|
||||
border-color: #8d8d8d;
|
||||
background-color: #d7d7d7;
|
||||
box-shadow: 0 1px rgba(255, 255, 255, 0); }
|
||||
progressbar.osd trough {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
border-width: 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user