mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Tabs schoener
This commit is contained in:
@@ -806,13 +806,21 @@ ul.cplist {
|
|||||||
.tabs .activetab > a,
|
.tabs .activetab > a,
|
||||||
.tabs .activetab > a:hover {
|
.tabs .activetab > a:hover {
|
||||||
/* debianforum: User Control Panel */
|
/* debianforum: User Control Panel */
|
||||||
background-color: #848281 ; /* Old browsers */ /* FF3.6+ */
|
/*
|
||||||
|
background-color: #848281 ; / Old browsers / / FF3.6+ /
|
||||||
background-image: -webkit-linear-gradient(top, #cecece 0%, #d70751 100%);
|
background-image: -webkit-linear-gradient(top, #cecece 0%, #d70751 100%);
|
||||||
background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%); /* W3C */
|
background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%); W3C
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 ); /* IE6-9 */
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 ); IE6-9
|
||||||
border-color: #cecece ;
|
border-color: #cecece ;
|
||||||
box-shadow: 0 1px 1px #dedede inset;
|
box-shadow: 0 1px 1px #dedede inset;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
*/
|
||||||
|
box-shadow: 0 1px 1px #dedede inset;
|
||||||
|
border-top: 1px solid #f31141 ;
|
||||||
|
border-right: 1px solid #f31141 ;
|
||||||
|
border-left: 1px solid #f31141 ;
|
||||||
|
color: #333333;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs .activetab > a:hover {
|
.tabs .activetab > a:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user