Fixed dashboard table header in Froxlor theme

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-02-12 09:50:39 +01:00
parent b4b80dd0cf
commit 97154d2065
2 changed files with 1 additions and 4 deletions

View File

@@ -188,7 +188,6 @@ select {
margin-right: 0;
margin-bottom: 18px;
margin-left: 12px;
background-color:#f8f8f8;
border: 1px solid #666;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
@@ -200,12 +199,11 @@ select {
}
.dboarditem th,.dboarditemfull th {
background-color:inherit;
}
.dboarditem td,.dboarditemfull td {
border-bottom:1px dotted #ccc;
background-color:#f8f8f8;
padding-left:20px;
}

View File

@@ -712,7 +712,6 @@ select[multiple="multiple"] {
border-bottom:1px solid #d1d5d8;
height:25px!important;
padding:5px 0 5px 8px;
background-color:#e9edf0;
font-weight:700;
}