update
This commit is contained in:
parent
34e6779473
commit
857390cc6f
@ -1,5 +1,5 @@
|
||||
// Theme base options
|
||||
$laptop: 'false';
|
||||
$trans: 'true';
|
||||
$black: 'false'; // panel font option
|
||||
$black: 'false'; // panel font color
|
||||
$theme: 'default';
|
||||
|
@ -7,12 +7,13 @@
|
||||
@include font(body-1);
|
||||
|
||||
& .overview-icon {
|
||||
color: $light_alt_fg_color;
|
||||
color: $light_fg_color;
|
||||
border-radius: $wm_radius;
|
||||
padding: 8px;
|
||||
border: none;
|
||||
transition-duration: 100ms;
|
||||
text-align: center;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
&:hover .overview-icon,
|
||||
|
@ -98,7 +98,7 @@
|
||||
}
|
||||
|
||||
&.clock-display {
|
||||
StLabel { padding: 0 2px; }
|
||||
StLabel { padding: 0 $base_margin; }
|
||||
|
||||
.clock {
|
||||
// transition-duration: 150ms;
|
||||
@ -126,12 +126,12 @@
|
||||
// status area icons
|
||||
.system-status-icon {
|
||||
icon-size: $base_icon_size;
|
||||
padding: $base_padding $base_padding/2;
|
||||
margin: 0 ($base_margin - 2px);
|
||||
padding: $base_padding;
|
||||
margin: 0 $base_margin;
|
||||
}
|
||||
|
||||
// .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; }
|
||||
|
||||
// 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,
|
||||
&.login-screen,
|
||||
&:overview {
|
||||
|
@ -730,8 +730,7 @@ $disk_space_free: darken($bg_color, 3%);
|
||||
|
||||
button {
|
||||
@extend %headerbar_buttons;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding: 0 $container_padding + 2px;
|
||||
margin: 6px 1px;
|
||||
}
|
||||
|
||||
@ -3103,7 +3102,7 @@ window.thunar {
|
||||
}
|
||||
|
||||
> 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