mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-07 08:24:48 -07:00
update
This commit is contained in:
@@ -366,20 +366,22 @@ dialog.background {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$dock-radius: 18px;
|
||||||
|
|
||||||
.top & {
|
.top & {
|
||||||
&.dock-mode {
|
&.dock-mode {
|
||||||
border-radius: 0 0 $window-radius $window-radius;
|
border-radius: 0 0 $dock-radius $dock-radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom & {
|
.bottom & {
|
||||||
&.dock-mode {
|
&.dock-mode {
|
||||||
border-radius: $window-radius $window-radius 0 0;
|
border-radius: $dock-radius $dock-radius 0 0;
|
||||||
|
|
||||||
.icon-tasklist {
|
.icon-tasklist {
|
||||||
> box > revealer {
|
> box > revealer {
|
||||||
&:first-child > button.launcher { border-top-left-radius: $window-radius; }
|
&:first-child > button.launcher { border-top-left-radius: $dock-radius; }
|
||||||
&:last-child > button.launcher { border-top-right-radius: $window-radius; }
|
&:last-child > button.launcher { border-top-right-radius: $dock-radius; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -387,12 +389,12 @@ dialog.background {
|
|||||||
|
|
||||||
.left & {
|
.left & {
|
||||||
&.dock-mode {
|
&.dock-mode {
|
||||||
border-radius: 0 $window-radius $window-radius 0;
|
border-radius: 0 $dock-radius $dock-radius 0;
|
||||||
|
|
||||||
.icon-tasklist {
|
.icon-tasklist {
|
||||||
.launcher {
|
.launcher {
|
||||||
&:first-child { border-top-right-radius: $window-radius; }
|
&:first-child { border-top-right-radius: $dock-radius; }
|
||||||
&:last-child { border-bottom-right-radius: $window-radius; }
|
&:last-child { border-bottom-right-radius: $dock-radius; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -400,12 +402,12 @@ dialog.background {
|
|||||||
|
|
||||||
.right & {
|
.right & {
|
||||||
&.dock-mode {
|
&.dock-mode {
|
||||||
border-radius: $window-radius 0 0 $window-radius;
|
border-radius: $dock-radius 0 0 $dock-radius;
|
||||||
|
|
||||||
.icon-tasklist {
|
.icon-tasklist {
|
||||||
.launcher {
|
.launcher {
|
||||||
&:first-child { border-top-left-radius: $window-radius; }
|
&:first-child { border-top-left-radius: $dock-radius; }
|
||||||
&:last-child { border-bottom-left-radius: $window-radius; }
|
&:last-child { border-bottom-left-radius: $dock-radius; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user