From: eggy <eggy@localhost>
Date: Sat, 15 Jul 2017 14:16:07 +0000 (+0200)
Subject: Farbverlauf: Notificationsbox-header
X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=f28689ecfdeb04eed1fcbeb3ee773e0f2ed86cff;p=dfde-theme.git
Farbverlauf: Notificationsbox-header
---
diff --git a/theme/colours.css b/theme/colours.css
index 0618f08..86736f6 100644
--- a/theme/colours.css
+++ b/theme/colours.css
@@ -1119,9 +1119,9 @@ input.disabled {
.dropdown-extended .header {
background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
- background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #EBCADC 100%);
- background-image: linear-gradient(to bottom, #F1F8FF 0%,#EBCADC 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#EBCADC ',GradientType=0 ); /* IE6-9 */
+ background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #eae9e9 100%);
+ background-image: linear-gradient(to bottom, #F1F8FF 0%,#eae9e9 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#eae9e9 ',GradientType=0 ); /* IE6-9 */
}
.dropdown .pointer {