aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained-dark.css
diff options
context:
space:
mode:
authorHorst31802015-09-14 12:08:55 +0200
committerHorst31802015-09-14 12:08:55 +0200
commitc9e20ae775d07023e9a6480d7775cef1c62f08f9 (patch)
treeab76274d416697c9c1b25e9e8509c6f6574704dc /common/gtk-3.0/3.16/gtk-contained-dark.css
parent38a1e46559e71646df76bb08a087abbb9693ebea (diff)
downloadsolarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.tar.gz
solarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.tar.xz
solarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.zip
revisit the linking logic
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-dark.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css19
1 files changed, 8 insertions, 11 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index e646807..f9f1f7f 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -163,9 +163,10 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #D3DAE3;
- border-color: #5294E2;
+ border-color: #2b2e39;
background-color: #404552;
- background-image: linear-gradient(to bottom, #404552); }
+ background-image: linear-gradient(to bottom, #404552);
+ box-shadow: inset 1px 1px #5294E2, inset -1px -1px #5294E2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@@ -303,7 +304,7 @@ GtkSearchEntry.entry {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: transparent;
+ border-color: #2b2e39;
background-color: #5294E2;
transition-duration: 50ms; }
.button:active {
@@ -533,7 +534,7 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: transparent;
+ border-color: #2b2e39;
background-color: #5294E2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
@@ -780,7 +781,7 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: transparent;
+ border-color: #2b2e39;
background-color: #5294E2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
@@ -801,7 +802,7 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: transparent;
+ border-color: #2b2e39;
background-color: #5294E2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
@@ -846,12 +847,8 @@ GtkComboBox {
-GtkWidget-wide-separators: true; }
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
- GtkComboBox.combobox-entry .entry:dir(ltr):focus {
- box-shadow: 1px 0 #5294E2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
- GtkComboBox.combobox-entry .entry:dir(rtl):focus {
- box-shadow: -1px 0 #5294E2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #2b2e39; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@@ -3510,7 +3507,7 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
- border-color: transparent;
+ border-color: #2b2e39;
background-color: #5294E2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);