mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-05 05:25:13 -08:00
Merge pull request #4 from ciricode/metacity
The bottom corner should not be rounded in metacity
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3669,6 +3669,11 @@ decoration {
|
||||
}
|
||||
}
|
||||
|
||||
.metacity & {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.csd.popup & {
|
||||
border-radius: $menu-radius;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user