aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained-darker.css
diff options
context:
space:
mode:
authorHorst31802015-09-20 16:46:14 +0200
committerHorst31802015-09-20 16:46:14 +0200
commite6d9055657ba65d657814e2ea59fe5ccef08e384 (patch)
treeda1514aa1d171dab70bfe42c8bac879fd7fe61fc /common/gtk-3.0/3.16/gtk-contained-darker.css
parenta96d6ad4e27cda870192e050890c30309cdc6319 (diff)
downloadsolarc-theme-e6d9055657ba65d657814e2ea59fe5ccef08e384.tar.gz
solarc-theme-e6d9055657ba65d657814e2ea59fe5ccef08e384.tar.xz
solarc-theme-e6d9055657ba65d657814e2ea59fe5ccef08e384.zip
refactor error and warning entries
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-darker.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css54
1 files changed, 36 insertions, 18 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index 306b6ba..b3f5b83 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -195,32 +195,30 @@ GtkTextView {
border-left-style: none; }
.linked > .entry:last-child:dir(rtl) {
border-left-style: solid; }
- .entry.error {
- color: white;
- border-color: #FC4138;
- background-image: linear-gradient(to bottom, #fd6760); }
- .entry.error:focus {
- background-image: linear-gradient(to bottom, #FC4138);
- color: white; }
- .entry.error:selected, .entry.error:selected:focus {
- background-color: white;
- color: #FC4138; }
.entry.warning {
- color: white;
+ color: #ffffff;
border-color: #F27835;
- background-image: linear-gradient(to bottom, #f5935d); }
+ background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
+ color: #ffffff;
background-image: linear-gradient(to bottom, #F27835);
- color: white; }
+ box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
- background-color: white;
+ background-color: #ffffff;
color: #F27835; }
+ .entry.error {
+ color: #ffffff;
+ border-color: #FC4138;
+ background-image: linear-gradient(to bottom, #fd8d88); }
+ .entry.error:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, #FC4138);
+ box-shadow: none; }
+ .entry.error:selected, .entry.error:selected:focus {
+ background-color: #ffffff;
+ color: #FC4138; }
.entry.image {
color: #7d8189; }
- .entry.image:hover {
- color: #5c616c; }
- .entry.image:active {
- color: #5294E2; }
.linked.vertical > .entry {
border-bottom-color: #f4f5f6;
box-shadow: none; }
@@ -1060,6 +1058,26 @@ GtkComboBox {
border-color: #5294E2;
background-image: none;
background-color: transparent; }
+ .primary-toolbar .entry.warning, .header-bar .entry.warning {
+ color: #ffffff;
+ border-color: rgba(21, 23, 28, 0.37);
+ background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
+ .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, #F27835); }
+ .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
+ background-color: #ffffff;
+ color: #F27835; }
+ .primary-toolbar .entry.error, .header-bar .entry.error {
+ color: #ffffff;
+ border-color: rgba(21, 23, 28, 0.37);
+ background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
+ .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
+ color: #ffffff;
+ background-image: linear-gradient(to bottom, #FC4138); }
+ .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
+ background-color: #ffffff;
+ color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
color: rgba(207, 218, 231, 0.8);