theme: no top bar border for login screen
https://bugzilla.gnome.org/show_bug.cgi?id=745686
This commit is contained in:
@@ -1781,7 +1781,8 @@ StScrollBar {
|
||||
#panel.lock-screen, #panel.unlock-screen, #panel.login-screen {
|
||||
background-color: rgba(46, 52, 54, 0.5);
|
||||
background-gradient-start: rgba(46, 52, 54, 0.5);
|
||||
background-gradient-end: rgba(46, 52, 54, 0.5); }
|
||||
background-gradient-end: rgba(46, 52, 54, 0.5);
|
||||
border-bottom: none; }
|
||||
#panel.lock-screen .panel-button, #panel.unlock-screen .panel-button, #panel.login-screen .panel-button {
|
||||
color: #eeeeec; }
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ $variant: 'light';
|
||||
background-color: transparentize($_bubble_bg_color, 0.5);
|
||||
background-gradient-start: transparentize($_bubble_bg_color, 0.5);
|
||||
background-gradient-end: transparentize($_bubble_bg_color, 0.5);
|
||||
border-bottom: none;
|
||||
.panel-button { color: $osd_fg_color; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user