aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802016-02-26 00:10:22 +0100
committerHorst31802016-02-26 00:10:22 +0100
commitbf1be44a2c0bc8e8079fd516e0e6519a9bc87969 (patch)
treea4d7a352e6b50fc3c309cd3046c70cedde3fc354 /common/gtk-3.0/3.20/sass/_transparent_widgets.scss
parent61e1597a65115381291866f67d30492a24840c8f (diff)
downloadsolarc-theme-bf1be44a2c0bc8e8079fd516e0e6519a9bc87969.tar.gz
solarc-theme-bf1be44a2c0bc8e8079fd516e0e6519a9bc87969.tar.xz
solarc-theme-bf1be44a2c0bc8e8079fd516e0e6519a9bc87969.zip
updates
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_transparent_widgets.scss25
1 files changed, 14 insertions, 11 deletions
diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
index 3734c75..ed3f0db 100644
--- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss
@@ -3,7 +3,12 @@
//GtkFileChooserDialog,
//NemoWindow,
.nautilus-window {
- paned > separator { background: $dark_sidebar_bg; }
+ paned > separator {
+ background: $dark_sidebar_border;
+
+ &:dir(ltr) { margin-left: -1px; }
+ &:dir(rtl) { margin-right: -1px; }
+ }
}
// Dark transparent sidebars
@@ -14,14 +19,6 @@
placessidebar.sidebar {
- &:dir(ltr) { margin-right: -1px; }
- &:dir(rtl) { margin-left: -1px; }
-
- @if $variant=='dark' {
- &:dir(ltr) { border-right: 1px solid $dark_sidebar_border; }
- &:dir(rtl) { border-left: 1px solid $dark_sidebar_border; }
- }
-
background-color: $dark_sidebar_bg;
row.sidebar-placeholder-row { border: 1px solid $selected_bg_color; }
@@ -49,14 +46,20 @@
&.maximized placessidebar.sidebar { background-color: opacify($dark_sidebar_bg, 1); }
- .sidebar-button.button {
+ button.sidebar-button {
color: $dark_sidebar_fg;
&:hover { @include button(osd-hover); }
- &:active { @include button(osd-active); }
+ &:active { @include button(active); }
&:not(:hover):not(:active) > image { opacity: 0.5 };
}
+
+ searchbar {
+ // Workaround for https://bugzilla.gnome.org/show_bug.cgi?id=724096
+ border-color: transparent;
+ box-shadow: inset 0 -1px $borders_color;
+ }
}