aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_applications.scss
diff options
context:
space:
mode:
authorHorst31802015-09-20 21:54:40 +0200
committerHorst31802015-09-20 21:54:40 +0200
commit18748a6dd2ae12410817e62924347c27b479fbb9 (patch)
treeb5b6a02fc20b94ac7946b01ab7137c67cd783e3d /common/gtk-3.0/3.18/sass/_applications.scss
parentee2af492f8b83abcbec056af9f46378ccf53967e (diff)
downloadsolarc-theme-18748a6dd2ae12410817e62924347c27b479fbb9.tar.gz
solarc-theme-18748a6dd2ae12410817e62924347c27b479fbb9.tar.xz
solarc-theme-18748a6dd2ae12410817e62924347c27b479fbb9.zip
gnome-builder improvements
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss31
1 files changed, 15 insertions, 16 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index dcd297c..6ffd578 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -321,7 +321,7 @@ GeditFileBrowserWidget .toolbar {
//
GbWorkbench .floating-bar { color: $fg_color; }
-GbSearchBox.linked {
+GbSearchBox.linked:not(.vertical) {
> GtkMenuButton.button:last-child:dir(ltr),
> GtkMenuButton.button:first-child:dir(rtl) {
@@ -334,36 +334,35 @@ GbSearchBox.linked {
&:insensitive { @include entry(header-insensitive); }
}
- > GtkMenuButton.button:last-child:dir(ltr) {
-
+ > GtkMenuButton.button:last-child:dir(ltr),
+ > GtkMenuButton.button:last-child:dir(ltr):hover,
+ > GtkMenuButton.button:last-child:dir(ltr):active,
+ > GtkMenuButton.button:last-child:dir(ltr):checked {
border-left-style: none;
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0;
-
- &:hover { box-shadow: -1px 0 $selected_bg_color; }
}
- > GtkMenuButton.button:first-child:dir(rtl) {
+
+ > GtkMenuButton.button:last-child:dir(rtl),
+ > GtkMenuButton.button:last-child:dir(rtl):hover,
+ > GtkMenuButton.button:last-child:dir(rtl):active,
+ > GtkMenuButton.button:last-child:dir(rtl):checked {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px;
-
- &:hover { box-shadow: 1px 0 $selected_bg_color; }
}
}
// Preference page language style
GbPreferencesPageLanguage {
-
- GtkSearchEntry {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- GtkScrolledWindow { border-top-width: 0; }
+ .entry { border-radius: 3px 3px 0 0; }
+ .frame { border-top-width: 0 }
}
// Editor tweak widget
-GbEditorTweakWidget GtkScrolledWindow {
- border-top: none;
+GbEditorTweakWidget {
+ .linked.vertical > .entry { border-bottom-style: solid; }
+ GtkScrolledWindow { border-top: none; }
}
// View stack styling