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