File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
180d9426-a020-4bd7-98ec-63f957291119
e51b85e6-cef5-45d4-9fff-6986637974e1 Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 2
2
padding : 9px !important ;
3
3
}
4
4
5
- .titlebar-button : hover {
6
- background-color : var (--button-hover-bgcolor ) !important ;
7
- }
8
-
9
5
.titlebar-min {
10
6
padding-left : 10px !important ;
11
7
padding-right : 10px !important ;
27
23
border-radius : var (--uc-contextmenu-menuitem-border-radius ) !important ;
28
24
}
29
25
30
- .titlebar-close : hover {
31
- background-color : var (--buttons-destructive-hover-bgcolor ) !important ;
32
- }
Original file line number Diff line number Diff line change 1
1
# zen-toast-container {
2
2
top : calc (var (--zen-element-separation ) * 6 ) !important ;
3
3
4
- : root: not ([zen-right-side = ' true' ]) & {
4
+ : root : not ([zen-right-side = " true" ]) & {
5
5
right : calc (var (--zen-element-separation ) * 2 ) !important ;
6
6
}
7
7
8
- : root[zen-right-side = ' true' ] & {
8
+ : root [zen-right-side = " true" ] & {
9
9
left : calc (var (--zen-element-separation ) * 2 ) !important ;
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments