mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Fixed blur-my-shell issues
This commit is contained in:
@@ -45,7 +45,8 @@
|
|||||||
padding: $base_padding * 3;
|
padding: $base_padding * 3;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: none;
|
background-color: transparent !important;
|
||||||
|
background-image: none !important;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: on(black, secondary);
|
color: on(black, secondary);
|
||||||
}
|
}
|
||||||
|
@@ -147,3 +147,78 @@
|
|||||||
.pop-shell-tab-urgent {
|
.pop-shell-tab-urgent {
|
||||||
background: $error;
|
background: $error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Blur my shell
|
||||||
|
//
|
||||||
|
|
||||||
|
#panel.light-panel,
|
||||||
|
#panel.dark-panel,
|
||||||
|
#panel.transparent-panel {
|
||||||
|
.panel-button {
|
||||||
|
color: on(dark, secondary) !important;
|
||||||
|
|
||||||
|
&.clock-display {
|
||||||
|
.clock {
|
||||||
|
color: on(dark, secondary) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: on(dark, secondary) !important;
|
||||||
|
background-color: on(dark, divider) !important;
|
||||||
|
|
||||||
|
&.clock-display {
|
||||||
|
.clock {
|
||||||
|
background-color: on(dark, divider) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active, &:checked, &:focus {
|
||||||
|
color: on(dark) !important;
|
||||||
|
background-color: on(dark, track) !important;
|
||||||
|
|
||||||
|
&.clock-display {
|
||||||
|
.clock {
|
||||||
|
background-color: on(dark, track) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover, &:active, &:overview, &:focus, &:checked {
|
||||||
|
&.clock-display {
|
||||||
|
background-color: transparent !important;
|
||||||
|
|
||||||
|
.clock {
|
||||||
|
color: on(dark) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.overview-components-transparent,
|
||||||
|
.overview-components-light,
|
||||||
|
.overview-components-dark {
|
||||||
|
.search-entry {
|
||||||
|
caret-color: on(dark) !important;
|
||||||
|
|
||||||
|
.search-entry-icon {
|
||||||
|
color: on(dark, secondary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
StLabel.hint-text {
|
||||||
|
color: on(dark, track) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-section-content {
|
||||||
|
border-radius: $icon_radius;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-section-separator {
|
||||||
|
height: 0 !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -1160,7 +1160,6 @@ $weather_forecast_color: #ae7b03;
|
|||||||
.forecast-card {
|
.forecast-card {
|
||||||
transition: border-radius 100ms ease-out;
|
transition: border-radius 100ms ease-out;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
border-width: 1px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.forecast-card separator {
|
.forecast-card separator {
|
||||||
@@ -1177,6 +1176,7 @@ $weather_forecast_color: #ae7b03;
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border-width: 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forecast-temperature-label {
|
.forecast-temperature-label {
|
||||||
|
Reference in New Issue
Block a user