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