Regenerated
This commit is contained in:
+301
-306
File diff suppressed because it is too large
Load Diff
+5
-10
@@ -2982,23 +2982,18 @@ window#waybar {
|
||||
|
||||
/* Hide completely when not active */
|
||||
#custom-windows.widget {
|
||||
padding: 0px 0px;
|
||||
border-radius: 10px;
|
||||
border: 0px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
#custom-windows.widget.active {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
@@ -122,23 +122,18 @@ window#waybar {
|
||||
|
||||
/* Hide completely when not active */
|
||||
#custom-windows.widget {
|
||||
padding: 0px 0px;
|
||||
border-radius: 10px;
|
||||
border: 0px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
#custom-windows.widget.active {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
background:
|
||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user