aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802015-07-11 23:36:14 +0200
committerHorst31802015-07-11 23:36:14 +0200
commit5d8c7d7eb791e74a5f644bd0868ad75ea1834db9 (patch)
tree8e60d19fa789f85e1becbbd31349c0367fd5a7e9 /common/gtk-3.0/3.16/gtk-contained-solid-darker.css
parent8a535a8c3c6ae9ab00fd3f93f86ee09ee3e1b24a (diff)
downloadsolarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.tar.gz
solarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.tar.xz
solarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.zip
gnome-builder fixes
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css30
1 files changed, 24 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index e313119..7ad14b7 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -2546,17 +2546,36 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr),
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
- border-color: rgba(207, 218, 231, 0.1);
- background-color: rgba(251, 251, 252, 0.9); }
+ padding: 0 10px;
+ color: rgba(207, 218, 231, 0.8);
+ border-color: #181b1f;
+ background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
+ background-color: transparent; }
+ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover,
+ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image,
+ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover {
+ color: inherit; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
+ color: rgba(207, 218, 231, 0.8);
+ border-color: #181b1f;
+ background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.9));
+ background-color: transparent;
border-color: #5294E2; }
+ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover.image:hover,
+ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image,
+ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover.image:hover {
+ color: inherit; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
- background-color: #5294E2;
- border-color: #5294E2; }
+ border-color: #5294E2;
+ background-image: linear-gradient(to bottom, #5294E2); }
+ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
+ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
+ color: rgba(207, 218, 231, 0.35);
+ background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.55)); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-left-style: none;
border-radius: 0 14.5px 14.5px 0;
@@ -3213,8 +3232,7 @@ GtkListBox .h4 {
.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator {
color: #1f2227; }
-GtkFileChooserDialog .dialog-action-box,
-GtkFileChooserDialog .dialog-vbox {
+GtkFileChooserDialog .dialog-action-box {
background-color: #F5F6F7; }
NemoWindow GtkEventBox {