From 125b648af7dd9c35e01d459ae7f87ca8b0170452 Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Wed, 12 Feb 2014 10:01:52 +0100 Subject: [PATCH] Made the headers in froxlor theme a little more pleasent to view Signed-off-by: Roman Schmerold (BNoiZe) --- templates/Sparkle/assets/css/froxlor.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/templates/Sparkle/assets/css/froxlor.css b/templates/Sparkle/assets/css/froxlor.css index 5801065b..0483466f 100644 --- a/templates/Sparkle/assets/css/froxlor.css +++ b/templates/Sparkle/assets/css/froxlor.css @@ -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,12 +122,12 @@ 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; - -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; } table tfoot tr td { @@ -140,6 +139,15 @@ table tfoot tr td { 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 { color:#000; background-color:#dae7ee!important; @@ -198,12 +206,7 @@ select { padding:0; } -.dboarditem th,.dboarditemfull th { - -} - .dboarditem td,.dboarditemfull td { - border-bottom:1px dotted #ccc; padding-left:20px; }