mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
|
|
||||||
&.clock-display {
|
&.clock-display {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
background: none;
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
transition-duration: 150ms;
|
transition-duration: 150ms;
|
||||||
@@ -62,11 +63,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.screen-recording-indicator {
|
&.screen-recording-indicator {
|
||||||
box-shadow: inset 0 0 0 100px $error;
|
box-shadow: inset 0 0 0 1000px $error;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.screen-sharing-indicator {
|
&.screen-sharing-indicator {
|
||||||
box-shadow: inset 0 0 0 100px $warning;
|
box-shadow: inset 0 0 0 1000px $warning;
|
||||||
|
|
||||||
StBoxLayout { margin: 0 $base_padding; }
|
StBoxLayout { margin: 0 $base_padding; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -209,8 +211,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.clock-display {
|
&.clock-display {
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
|
@if $float == 'true' {
|
||||||
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
|
box-shadow: inset 0 0 0 1000px overlay(dark, normal);
|
||||||
|
} @else {
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user