1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Farbverlauf: Notificationsbox-header

This commit is contained in:
eggy
2017-07-15 16:16:07 +02:00
parent a75d8a6ab9
commit f28689ecfd

View 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 {