Fixed #219
This commit is contained in:
parent
677fbfcfac
commit
00e358009d
5 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,8 @@
|
|||
.show-apps,
|
||||
.app-well-app,
|
||||
%app-well-app {
|
||||
@include font(body-1);
|
||||
|
||||
& .overview-icon {
|
||||
color: $light_alt_fg_color;
|
||||
border-radius: $wm_radius;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
border: none;
|
||||
text-shadow: none;
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
|
||||
@include font(body-1);
|
||||
|
||||
&:hover { background-color: rgba($menu_bg, 1); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25); }
|
||||
&:focus { background-color: $menu_bg; }
|
||||
|
|
|
@ -12,6 +12,7 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
|
|||
color: $panel_fg;
|
||||
font-feature-settings: "tnum";
|
||||
transition-duration: 250ms;
|
||||
@include font(body-1);
|
||||
|
||||
// transparent panel on lock & login screens
|
||||
&:overview,
|
||||
|
@ -100,6 +101,8 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
|
|||
}
|
||||
|
||||
&.clock-display {
|
||||
StLabel { padding: 0 2px; }
|
||||
|
||||
.clock {
|
||||
// transition-duration: 150ms;
|
||||
border: none;
|
||||
|
@ -116,7 +119,6 @@ $shell_panel_bg: if($trans == 'true', $panel_bg, rgba($panel_bg, 0.95));
|
|||
// we want to exclude the do-not-disturb indicator from the background
|
||||
&.clock-display {
|
||||
box-shadow: none;
|
||||
StLabel { padding: 0 2px; }
|
||||
|
||||
.clock {
|
||||
box-shadow: none;
|
||||
|
|
|
@ -20,6 +20,7 @@ $popop_menuitem_radius: $wm_radius - 4px;
|
|||
color: $alt_fg_color;
|
||||
padding: 0 0 !important;
|
||||
font-weight: normal;
|
||||
@include font(body-1);
|
||||
|
||||
.popup-menu-content {
|
||||
padding: 6px 0 !important;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
padding: 4px 8px;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
@include font(body);
|
||||
@include font(body-1);
|
||||
}
|
||||
|
||||
.window-clone-border {
|
||||
|
|
Loading…
Reference in a new issue