diff options
author | Horst3180 | 2016-09-30 23:42:54 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-30 23:42:54 +0200 |
commit | 89ee9814221c50d1f6d78d58de228ed63b309194 (patch) | |
tree | e34df4f10bca26187255ef01bb8a8acbdfb40f1b /common/gtk-3.0/3.20/sass | |
parent | 1e317d21ef488d657f28efb0c61461e9b91d57b4 (diff) | |
download | solarc-theme-89ee9814221c50d1f6d78d58de228ed63b309194.tar.gz solarc-theme-89ee9814221c50d1f6d78d58de228ed63b309194.tar.xz solarc-theme-89ee9814221c50d1f6d78d58de228ed63b309194.zip |
gnome-builder 3.22 fixes
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_applications.scss | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 5d221c4..62bcc17 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -319,6 +319,8 @@ pillbox { color: $selected_fg_color; background-color: $selected_bg_color; border-radius: 3px; + + &:disabled label { color: transparentize($selected_fg_color, 0.5) } } docktabstrip { @@ -365,6 +367,58 @@ dockoverlayedge { } } +popover.messagepopover { + &.background { padding: 0; } + + .popover-content-area { margin: 16px; } + .popover-action-area { + margin: 8px; + + button:not(:first-child):not(:last-child) { margin: 0 4px; } + } +} + +popover.popover-selector { + padding: 0; + + list { + row { padding: 5px 0; } + row image { margin-left: 3px; margin-right: 10px; } + } +} + +entry.search.preferences-search { + border: none; + border-right: 1px solid $borders_color; + border-bottom: 1px solid $borders_color; + border-radius: 0; +} + +preferences stacksidebar.sidebar { + background-color: $base_color; + + list separator { background-color: transparent; } +} + +devhelppanel entry:focus, +symboltreepanel entry:focus { + border-color: $borders_color +} + +button.run-arrow-button { + min-width: 12px; +} + +omnibar.linked > entry:not(:only-child) { border-style: solid; border-radius: 3px; margin-left: 1px; margin-right: 1px; } + +gstyleslidein { + #scale_box, + #strings_controls, + #palette_controls, + #components_controls { + button.toggle:checked { color: $fg_color; } + } +} // // Epiphany |