mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2026-07-02 05:00:21 -07:00
Fixed #53
This commit is contained in:
@@ -39,6 +39,7 @@ if [[ "$(command -v gnome-shell)" ]]; then
|
||||
fi
|
||||
else
|
||||
echo "'gnome-shell' not found, using styles for last gnome-shell version available."
|
||||
GS_VERSION="42-0"
|
||||
fi
|
||||
|
||||
usage() {
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
// status area icons
|
||||
.system-status-icon {
|
||||
icon-size: $base_icon_size;
|
||||
padding: $base_padding - 1px;
|
||||
padding: $base_padding;
|
||||
margin: 0 $base_margin;
|
||||
-st-icon-style: symbolic;
|
||||
}
|
||||
|
||||
@@ -890,9 +890,11 @@ combobox {
|
||||
|
||||
decoration { transition: none; } // workaround for menuitem selection
|
||||
|
||||
button.combo cellview {
|
||||
&:dir(ltr) { margin-left: 8px - ($medium-size - 16px) / 2; }
|
||||
&:dir(rtl) { margin-right: 8px - ($medium-size - 16px) / 2; }
|
||||
button.combo {
|
||||
cellview {
|
||||
&:dir(ltr) { margin-left: 8px - ($medium-size - 16px) / 2; }
|
||||
&:dir(rtl) { margin-right: 8px - ($medium-size - 16px) / 2; }
|
||||
}
|
||||
}
|
||||
|
||||
&.linked {
|
||||
@@ -938,6 +940,10 @@ combobox {
|
||||
// work, special case needed. See
|
||||
// https://bugzilla.gnome.org/show_bug.cgi?id=733979
|
||||
|
||||
combobox > .linked > button.combo {
|
||||
padding: ($medium-size - 24px) / 2 ($medium-size - 16px) / 2; // reset
|
||||
}
|
||||
|
||||
.linked:not(.vertical) > combobox {
|
||||
&:not(:first-child) > box > button.combo {
|
||||
border-top-left-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user