Fixed #361
This commit is contained in:
parent
3f0490ab7a
commit
5b45d98526
@ -17,6 +17,7 @@
|
|||||||
&.login-screen,
|
&.login-screen,
|
||||||
&.lock-screen {
|
&.lock-screen {
|
||||||
background-color: if($trans == 'false' and $variant == 'light', transparent, transparent);
|
background-color: if($trans == 'false' and $variant == 'light', transparent, transparent);
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
StLabel, StIcon { color: $light_alt_fg_color; }
|
StLabel, StIcon { color: $light_alt_fg_color; }
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
//
|
//
|
||||||
// Dash to panel
|
// Dash to panel
|
||||||
//
|
//
|
||||||
|
|
||||||
#preview-menu {
|
#preview-menu {
|
||||||
margin: 0 6px 6px !important;
|
margin: 0 6px 6px !important;
|
||||||
padding-bottom: 8px !important;
|
padding-bottom: 8px !important;
|
||||||
@ -11,7 +10,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// OpenWeather Extension
|
|
||||||
|
//
|
||||||
|
// OpenWeather Extension
|
||||||
|
//
|
||||||
.openweather {
|
.openweather {
|
||||||
&-button,
|
&-button,
|
||||||
&-button-action,
|
&-button-action,
|
||||||
@ -70,20 +72,20 @@
|
|||||||
&-build-icon { color: $alt_fg_color; }
|
&-build-icon { color: $alt_fg_color; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Gsconnect
|
// Gsconnect
|
||||||
//
|
//
|
||||||
.gsconnect-device-menu {
|
.gsconnect-device-menu {
|
||||||
background-color: if($variant == 'light', white, rgba(white, 0.06));
|
background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
|
||||||
border-radius: $bt_radius;
|
border-radius: $bt_radius;
|
||||||
margin: $container_padding / 2;
|
margin: 0 $container_padding / 2;
|
||||||
padding: $bt_radius 0;
|
padding: $bt_radius 0;
|
||||||
box-shadow: 1px 2px 3px rgba(black, if($variant == 'light', 0.08, 0.35));
|
box-shadow: none;
|
||||||
|
|
||||||
.popup-menu-item {
|
.popup-menu-item {
|
||||||
|
margin: 0 $container_padding / 2 !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
border-radius: 0 !important;
|
border-radius: $bt_radius !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $fg_color !important;
|
color: $fg_color !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user