]> git.aero2k.de Git - dfde-theme.git/commitdiff
Farbverlauf: Notificationsbox-header
authoreggy <eggy@localhost>
Sat, 15 Jul 2017 14:16:07 +0000 (16:16 +0200)
committereggy <eggy@localhost>
Sat, 15 Jul 2017 14:16:07 +0000 (16:16 +0200)
theme/colours.css

index 0618f08d2f11bb652077793c6ba86c82fd4828e6..86736f692cb2fc9881b599788a12131dc88e7cdb 100644 (file)
@@ -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 {