From: eggy Date: Sat, 15 Jul 2017 15:39:16 +0000 (+0200) Subject: Farben: User Control Panel X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=3b7d6858f7b8ccc1a6ef9efe430656acd8e743e1;p=dfde-theme.git Farben: User Control Panel --- diff --git a/theme/colours.css b/theme/colours.css index 86736f6..8d26e7e 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -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; }