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

Farben: User Control Panel

This commit is contained in:
eggy
2017-07-15 17:39:16 +02:00
parent f28689ecfd
commit 3b7d6858f7

View File

@@ -791,23 +791,26 @@ ul.cplist {
/* CP tabbed menu /* CP tabbed menu
----------------------------------------*/ ----------------------------------------*/
.tabs .tab > a { .tabs .tab > a {
background: #D9BACC ; background: #cecece ;
color: #848281; color: #848281;
} }
.tabs .tab > a:hover { .tabs .tab > a:hover {
background: #FBDDED ; /* debianforum: User Control Panel - Mouseover */
color: #D31141; border-color: #cecece ;
border-width: 0 1px 0px 1px;
color: #505050;
} }
.tabs .activetab > a, .tabs .activetab > a,
.tabs .activetab > a:hover { .tabs .activetab > a:hover {
background-color: #EBCADC ; /* Old browsers */ /* FF3.6+ */ /* debianforum: User Control Panel */
background-image: -webkit-linear-gradient(top, #E2F2FF 0%, #EBCADC 100%); background-color: #848281 ; /* Old browsers */ /* FF3.6+ */
background-image: linear-gradient(to bottom, #E2F2FF 0%,#EBCADC 100%); /* W3C */ background-image: -webkit-linear-gradient(top, #cecece 0%, #d70751 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#EBCADC ',GradientType=0 ); /* IE6-9 */ background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%); /* W3C */
border-color: #EBCADC ; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 ); /* IE6-9 */
box-shadow: 0 1px 1px #F2F9FF inset; border-color: #cecece ;
box-shadow: 0 1px 1px #dedede inset;
color: #333333; color: #333333;
} }