From 412a1f43ce7a91ef891a18991bbd865bfe150e4b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Jan 2014 13:04:45 +0100 Subject: [PATCH] theme: Make table borders lighter. --- html/html/themes/ipfire/include/css/style.css | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 43db6f64d..93832e83d 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -25,53 +25,53 @@ table { .tbl th { color: #000000; - border-top: 1px solid grey; - border-bottom: 1px solid grey; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; background: #cccccc; } .tbl th:first-child { - border-left: 1px solid grey; - border-top: 1px solid grey; - border-bottom: 1px solid grey; + border-left: 1px solid lightgrey; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; } .tbl th:last-child { - border-right: 1px solid grey; - border-top: 1px solid grey; - border-bottom: 1px solid grey; + border-right: 1px solid lightgrey; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; } .tbl th:only-child { - border: 1px solid grey; + border: 1px solid lightgrey; } .tbl tr td:first-child { - border-left: 1px solid grey; + border-left: 1px solid lightgrey; } .tbl tr td:last-child { - border-right: 1px solid grey; + border-right: 1px solid lightgrey; } .tbl tr:first-child td:only-child { - border-top: 1px solid grey; + border-top: 1px solid lightgrey; } .tbl tr:last-child td:only-child { - border-bottom: 1px solid grey; + border-bottom: 1px solid lightgrey; } .tbl tr:last-child td:first-child { - border-bottom: 1px solid grey; + border-bottom: 1px solid lightgrey; } .tbl tr:last-child td:last-child { - border-bottom: 1px solid grey; + border-bottom: 1px solid lightgrey; } .tbl tr:last-child td { - border-bottom: 1px solid grey; + border-bottom: 1px solid lightgrey; } body { -- 2.39.2