theme: top bar in classic needs some tweaks

https://bugzilla.gnome.org/show_bug.cgi?id=745686
This commit is contained in:
Jakub Steiner 2015-03-10 12:24:07 +01:00
parent 8323891294
commit 567dc70c9b
2 changed files with 8 additions and 4 deletions

View File

@ -553,7 +553,9 @@ StScrollBar {
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
background-color: transparent;
background-gradient-start: transparent;
background-gradient-end: transparent; }
#panel #panelLeft, #panel #panelCenter {
spacing: 4px; }
#panel .panel-corner {
@ -563,7 +565,7 @@ StScrollBar {
-panel-corner-border-color: transparent; }
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
-panel-corner-border-color: #256ab1; }
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen {
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
-panel-corner-radius: 0;
-panel-corner-background-color: transparent;
-panel-corner-border-color: transparent; }

View File

@ -553,7 +553,9 @@ StScrollBar {
font-weight: bold;
height: 1.86em; }
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; }
background-color: transparent;
background-gradient-start: transparent;
background-gradient-end: transparent; }
#panel #panelLeft, #panel #panelCenter {
spacing: 4px; }
#panel .panel-corner {
@ -563,7 +565,7 @@ StScrollBar {
-panel-corner-border-color: transparent; }
#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus {
-panel-corner-border-color: #256ab1; }
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen {
#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen {
-panel-corner-radius: 0;
-panel-corner-background-color: transparent;
-panel-corner-border-color: transparent; }