aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css54
1 files changed, 38 insertions, 16 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index c4a5dcb..dbd1a08 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -396,9 +396,13 @@ GtkSearchEntry.entry {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: rgba(77, 173, 212, 0.65); }
+ color: rgba(211, 218, 227, 0.45); }
.button.suggested-action:insensitive {
- opacity: 0.75; }
+ color: rgba(211, 218, 227, 0.45);
+ border-color: rgba(43, 46, 57, 0.55);
+ background-color: rgba(68, 74, 88, 0.55); }
+ .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
@@ -427,9 +431,13 @@ GtkSearchEntry.entry {
border-color: transparent;
background-color: transparent;
background-image: none;
- color: rgba(240, 74, 80, 0.65); }
+ color: rgba(211, 218, 227, 0.45); }
.button.destructive-action:insensitive {
- opacity: 0.75; }
+ color: rgba(211, 218, 227, 0.45);
+ border-color: rgba(43, 46, 57, 0.55);
+ background-color: rgba(68, 74, 88, 0.55); }
+ .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.button.image-button {
padding: 8px; }
.header-bar .button.image-button {
@@ -1336,13 +1344,20 @@ GtkComboBox {
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
- .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive {
- border-color: transparent;
- background-color: transparent;
- background-image: none;
- color: rgba(77, 173, 212, 0.65); }
+ .primary-toolbar .button.suggested-action.flat:insensitive,
+ .header-bar .button.suggested-action.flat:insensitive,
+ .primary-toolbar .suggested-action.sidebar-button.button:insensitive,
+ .header-bar .suggested-action.sidebar-button.button:insensitive,
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
- opacity: 0.75; }
+ color: rgba(207, 218, 231, 0.35);
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel,
+ .header-bar .button.suggested-action.flat:insensitive > GtkLabel,
+ .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel,
+ .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel,
+ .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel {
+ color: inherit; }
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop,
@@ -1373,13 +1388,20 @@ GtkComboBox {
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
- .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive {
- border-color: transparent;
- background-color: transparent;
- background-image: none;
- color: rgba(240, 74, 80, 0.65); }
+ .primary-toolbar .button.destructive-action.flat:insensitive,
+ .header-bar .button.destructive-action.flat:insensitive,
+ .primary-toolbar .destructive-action.sidebar-button.button:insensitive,
+ .header-bar .destructive-action.sidebar-button.button:insensitive,
.primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive {
- opacity: 0.75; }
+ color: rgba(207, 218, 231, 0.35);
+ background-color: rgba(47, 52, 63, 0);
+ border-color: rgba(47, 52, 63, 0); }
+ .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel,
+ .header-bar .button.destructive-action.flat:insensitive > GtkLabel,
+ .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel,
+ .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel,
+ .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel {
+ color: inherit; }
.primary-toolbar .button.destructive-action:backdrop,
.header-bar .button.destructive-action:backdrop,