update
This commit is contained in:
parent
34e6779473
commit
857390cc6f
@ -1,5 +1,5 @@
|
|||||||
// Theme base options
|
// Theme base options
|
||||||
$laptop: 'false';
|
$laptop: 'false';
|
||||||
$trans: 'true';
|
$trans: 'true';
|
||||||
$black: 'false'; // panel font option
|
$black: 'false'; // panel font color
|
||||||
$theme: 'default';
|
$theme: 'default';
|
||||||
|
@ -7,12 +7,13 @@
|
|||||||
@include font(body-1);
|
@include font(body-1);
|
||||||
|
|
||||||
& .overview-icon {
|
& .overview-icon {
|
||||||
color: $light_alt_fg_color;
|
color: $light_fg_color;
|
||||||
border-radius: $wm_radius;
|
border-radius: $wm_radius;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .overview-icon,
|
&:hover .overview-icon,
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.clock-display {
|
&.clock-display {
|
||||||
StLabel { padding: 0 2px; }
|
StLabel { padding: 0 $base_margin; }
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
// transition-duration: 150ms;
|
// transition-duration: 150ms;
|
||||||
@ -126,12 +126,12 @@
|
|||||||
// status area icons
|
// status area icons
|
||||||
.system-status-icon {
|
.system-status-icon {
|
||||||
icon-size: $base_icon_size;
|
icon-size: $base_icon_size;
|
||||||
padding: $base_padding $base_padding/2;
|
padding: $base_padding;
|
||||||
margin: 0 ($base_margin - 2px);
|
margin: 0 $base_margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .panel-status-indicators-box .system-status-icon,
|
// .panel-status-indicators-box .system-status-icon,
|
||||||
.panel-status-menu-box .system-status-icon { margin: 0; }
|
.panel-status-menu-box .system-status-icon { margin: 0 0; }
|
||||||
.panel-status-menu-box StLabel { padding: 0 0 0 2px; }
|
.panel-status-menu-box StLabel { padding: 0 0 0 2px; }
|
||||||
|
|
||||||
// app menu icon
|
// app menu icon
|
||||||
@ -145,6 +145,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Gjs_AggregateMenu.panel-button,
|
||||||
|
Gjs_ui_panel_AggregateMenu.panel-button {
|
||||||
|
.system-status-icon {
|
||||||
|
margin: 0 $base_margin / 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.unlock-screen,
|
&.unlock-screen,
|
||||||
&.login-screen,
|
&.login-screen,
|
||||||
&:overview {
|
&:overview {
|
||||||
|
@ -730,8 +730,7 @@ $disk_space_free: darken($bg_color, 3%);
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
@extend %headerbar_buttons;
|
@extend %headerbar_buttons;
|
||||||
padding-top: 0;
|
padding: 0 $container_padding + 2px;
|
||||||
padding-bottom: 0;
|
|
||||||
margin: 6px 1px;
|
margin: 6px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3103,7 +3102,7 @@ window.thunar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> separator {
|
> separator {
|
||||||
background-image: if($variant == 'light', image($solid_borders_color), image($header_border));
|
background-image: image($solid_borders_color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user