mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -2060,12 +2060,14 @@ popover.menu {
|
|||||||
/************
|
/************
|
||||||
* Popovers *
|
* Popovers *
|
||||||
************/
|
************/
|
||||||
popover.background {
|
popover {
|
||||||
|
&.background {
|
||||||
font: initial;
|
font: initial;
|
||||||
|
|
||||||
&, &:backdrop {
|
&, &:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> arrow,
|
> arrow,
|
||||||
> contents {
|
> contents {
|
||||||
@@ -2083,14 +2085,6 @@ popover.background {
|
|||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
box-shadow: 0 0 0 1px $window-border, $shadow-z5;
|
box-shadow: 0 0 0 1px $window-border, $shadow-z5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:backdrop {
|
|
||||||
@if $rimless == 'true' {
|
|
||||||
box-shadow: $shadow-z3;
|
|
||||||
} @else {
|
|
||||||
box-shadow: $shadow-z3, 0 0 0 1px $window-border;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@if $rimless == 'false' and $variant == 'light' {
|
@if $rimless == 'false' and $variant == 'light' {
|
||||||
@@ -4753,21 +4747,12 @@ colorchooser .popover.osd {
|
|||||||
**********************/
|
**********************/
|
||||||
window {
|
window {
|
||||||
border: none;
|
border: none;
|
||||||
transition: $transition-shadow;
|
|
||||||
|
|
||||||
&.csd {
|
&.csd {
|
||||||
border-radius: $window-radius;
|
border-radius: $window-radius;
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
outline: 1px solid highlight($background);
|
outline: 1px solid highlight($background);
|
||||||
|
margin: 0;
|
||||||
&.maximized,
|
|
||||||
&.fullscreen,
|
|
||||||
&.tiled,
|
|
||||||
&.tiled-top,
|
|
||||||
&.tiled-right,
|
|
||||||
&.tiled-bottom,
|
|
||||||
&.tiled-left { border-radius: 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: $shadow-z16, 0 0 36px transparent;
|
box-shadow: $shadow-z16, 0 0 36px transparent;
|
||||||
@@ -4780,6 +4765,8 @@ window {
|
|||||||
// change when we go to backdrop, to prevent jumping windows.
|
// change when we go to backdrop, to prevent jumping windows.
|
||||||
// The biggest shadow should be in the same order then in the active state
|
// The biggest shadow should be in the same order then in the active state
|
||||||
// or the jumping will happen during the transition.
|
// or the jumping will happen during the transition.
|
||||||
|
transition: $transition-shadow;
|
||||||
|
|
||||||
@if $rimless == 'true' {
|
@if $rimless == 'true' {
|
||||||
box-shadow: $shadow-z4, 0 0 36px transparent;
|
box-shadow: $shadow-z4, 0 0 36px transparent;
|
||||||
} @else {
|
} @else {
|
||||||
@@ -4787,6 +4774,18 @@ window {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.maximized,
|
||||||
|
&.fullscreen,
|
||||||
|
&.tiled,
|
||||||
|
&.tiled-top,
|
||||||
|
&.tiled-right,
|
||||||
|
&.tiled-bottom,
|
||||||
|
&.tiled-left {
|
||||||
|
border-radius: 0;
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.solid-csd {
|
&.solid-csd {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
@@ -99,6 +99,12 @@ window.dialog {
|
|||||||
//
|
//
|
||||||
|
|
||||||
.display-container {
|
.display-container {
|
||||||
|
&.card {
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
border-width: 0 0 1px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.history-view { background-color: $base; }
|
.history-view { background-color: $base; }
|
||||||
|
|
||||||
#displayitem {
|
#displayitem {
|
||||||
@@ -118,19 +124,6 @@ window.dialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small .card {
|
|
||||||
border-radius: 0;
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
&.forecast-card {
|
|
||||||
border-width: 1px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.display-container {
|
|
||||||
border-width: 0 0 1px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
leaflet {
|
leaflet {
|
||||||
button.number-button {
|
button.number-button {
|
||||||
background-color: rgba($text, 0.1);
|
background-color: rgba($text, 0.1);
|
||||||
@@ -1167,6 +1160,7 @@ $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 {
|
||||||
|
Reference in New Issue
Block a user