mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Fixed #117 Dash to panel view problem
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
// panel menus
|
||||
.panel-button {
|
||||
-natural-hpadding: 12px;
|
||||
-minimum-hpadding: 12px;
|
||||
-natural-hpadding: $base_padding * 2;
|
||||
-minimum-hpadding: $base_padding;
|
||||
font-weight: bold;
|
||||
color: $panel-text-secondary;
|
||||
transition-duration: 150ms;
|
||||
@@ -61,6 +61,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.screen-recording-indicator {
|
||||
box-shadow: inset 0 0 0 100px $error;
|
||||
}
|
||||
|
||||
&.screen-sharing-indicator {
|
||||
box-shadow: inset 0 0 0 100px $warning;
|
||||
StBoxLayout { margin: 0 $base_padding; }
|
||||
}
|
||||
|
||||
&.screen-recording-indicator,
|
||||
&.screen-sharing-indicator {
|
||||
StBoxLayout {
|
||||
spacing: $base_padding;
|
||||
}
|
||||
|
||||
StIcon {
|
||||
icon-size: $base_icon_size;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $panel-text;
|
||||
background-color: transparent;
|
||||
|
@@ -222,3 +222,14 @@
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Dash to panel
|
||||
.dashtopanelMainPanel {
|
||||
.show-apps .overview-icon {
|
||||
color: $panel-text !important;
|
||||
}
|
||||
|
||||
&:overview, #panel, .dash-background {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user