theme: top bar in login and lock screens
https://bugzilla.gnome.org/show_bug.cgi?id=745686
This commit is contained in:
@@ -1770,6 +1770,12 @@ StScrollBar {
|
||||
#panel .panel-corner:overview,
|
||||
#panel .panel-corner:focus {
|
||||
-panel-corner-radius: 0; }
|
||||
#panel.lock-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); }
|
||||
#panel.lock-screen .panel-button, #panel.login-screen .panel-button {
|
||||
color: #eeeeec; }
|
||||
|
||||
.tile-preview-left.on-primary,
|
||||
.tile-preview-right.on-primary,
|
||||
|
||||
@@ -43,6 +43,13 @@ $variant: 'light';
|
||||
.panel-corner:focus {
|
||||
-panel-corner-radius: 0;
|
||||
}
|
||||
&.lock-screen,
|
||||
&.login-screen {
|
||||
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);
|
||||
.panel-button { color: $osd_fg_color; }
|
||||
}
|
||||
}
|
||||
|
||||
.tile-preview-left.on-primary,
|
||||
|
||||
Reference in New Issue
Block a user