Made the headers in froxlor theme a little more pleasent to view

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-02-12 10:01:52 +01:00
parent 97154d2065
commit 125b648af7

View File

@@ -107,7 +107,6 @@ nav div:last-child {
/* TABLES */ /* TABLES */
table { table {
border-radius: 0;
border: 1px solid #666; border: 1px solid #666;
-webkit-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px; -webkit-border-bottom-left-radius:20px;
@@ -123,12 +122,12 @@ table thead th, table th {
background-color: #176fa1; background-color: #176fa1;
border: 1px solid #176fa1; border: 1px solid #176fa1;
text-align: center; text-align: center;
}
table thead th:last-child {
-webkit-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-topright:20px; -moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
border-top-right-radius:20px; border-top-right-radius:20px;
border-bottom-left-radius:20px;
} }
table tfoot tr td { table tfoot tr td {
@@ -140,6 +139,15 @@ table tfoot tr td {
border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;
} }
table.hl tbody tr:hover:last-child td:first-child {
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
input { input {
color:#000; color:#000;
background-color:#dae7ee!important; background-color:#dae7ee!important;
@@ -198,12 +206,7 @@ select {
padding:0; padding:0;
} }
.dboarditem th,.dboarditemfull th {
}
.dboarditem td,.dboarditemfull td { .dboarditem td,.dboarditemfull td {
border-bottom:1px dotted #ccc;
padding-left:20px; padding-left:20px;
} }