HighContrast: remove deprecated progressbar style properties
These are ignored and trigger a runtime warning.
This commit is contained in:
parent
727885e35d
commit
bb441f4488
@ -1783,8 +1783,6 @@ progressbar progress {
|
|||||||
&.osd {
|
&.osd {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-GtkProgressBar-xspacing: 0;
|
|
||||||
-GtkProgressBar-yspacing: 2px;
|
|
||||||
-GtkProgressBar-min-horizontal-bar-height: 2px; //FIXME still too tall
|
-GtkProgressBar-min-horizontal-bar-height: 2px; //FIXME still too tall
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1939,8 +1939,6 @@ progressbar progress {
|
|||||||
progressbar progress.osd {
|
progressbar progress.osd {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
-GtkProgressBar-xspacing: 0;
|
|
||||||
-GtkProgressBar-yspacing: 2px;
|
|
||||||
-GtkProgressBar-min-horizontal-bar-height: 2px; }
|
-GtkProgressBar-min-horizontal-bar-height: 2px; }
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
|
Loading…
Reference in New Issue
Block a user