mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix classic mode panel for 3.16 and 3.18
This commit is contained in:
parent
280a1c8a02
commit
571d1297bb
@ -594,6 +594,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
||||||
#panel.dynamic-top-bar-white-btn {
|
#panel.dynamic-top-bar-white-btn {
|
||||||
border-image: none; }
|
border-image: none; }
|
||||||
|
@ -594,6 +594,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
||||||
#panel.dynamic-top-bar-white-btn {
|
#panel.dynamic-top-bar-white-btn {
|
||||||
border-image: none; }
|
border-image: none; }
|
||||||
|
@ -771,6 +771,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url('common-assets/panel/panel.svg') 1 1 1 1;
|
border-image: url('common-assets/panel/panel.svg') 1 1 1 1;
|
||||||
|
|
||||||
// Fix dynamic top bar extension
|
// Fix dynamic top bar extension
|
||||||
|
@ -580,6 +580,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
||||||
#panel.dynamic-top-bar-white-btn {
|
#panel.dynamic-top-bar-white-btn {
|
||||||
border-image: none; }
|
border-image: none; }
|
||||||
|
@ -580,6 +580,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
|
||||||
#panel.dynamic-top-bar-white-btn {
|
#panel.dynamic-top-bar-white-btn {
|
||||||
border-image: none; }
|
border-image: none; }
|
||||||
|
@ -782,6 +782,9 @@ StScrollBar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 2.1em;
|
height: 2.1em;
|
||||||
min-height: 27px;
|
min-height: 27px;
|
||||||
|
background-gradient-direction: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border-bottom-width: 0;
|
||||||
border-image: url('common-assets/panel/panel.svg') 1 1 1 1;
|
border-image: url('common-assets/panel/panel.svg') 1 1 1 1;
|
||||||
|
|
||||||
// Fix dynamic top bar extension
|
// Fix dynamic top bar extension
|
||||||
|
Loading…
Reference in New Issue
Block a user