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:
17
templates/Sparkle/assets/css/froxlor.css
vendored
17
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -107,7 +107,6 @@ nav div:last-child {
|
||||
|
||||
/* TABLES */
|
||||
table {
|
||||
border-radius: 0;
|
||||
border: 1px solid #666;
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-webkit-border-bottom-left-radius:20px;
|
||||
@@ -123,6 +122,15 @@ table thead th, table th {
|
||||
background-color: #176fa1;
|
||||
border: 1px solid #176fa1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table thead th:last-child {
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
border-top-right-radius:20px;
|
||||
}
|
||||
|
||||
table tfoot tr td {
|
||||
-webkit-border-top-right-radius: 20px;
|
||||
-webkit-border-bottom-left-radius: 20px;
|
||||
-moz-border-radius-topright: 20px;
|
||||
@@ -131,7 +139,7 @@ table thead th, table th {
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
table tfoot tr td {
|
||||
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;
|
||||
@@ -198,12 +206,7 @@ select {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.dboarditem th,.dboarditemfull th {
|
||||
|
||||
}
|
||||
|
||||
.dboarditem td,.dboarditemfull td {
|
||||
border-bottom:1px dotted #ccc;
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user