From 3905ab5725531db29a6c9c231791a83f6f30ccd2 Mon Sep 17 00:00:00 2001 From: Mariu Date: Wed, 11 Nov 2020 14:22:24 +0100 Subject: [PATCH] small edits tables and links colors --- style-DARK.css | 18 +++++++++++++++--- style-LIGHT-HighContrast.css | 23 +++++++++++++++++------ style-LIGHT.css | 25 ++++++++++++++++++++----- 3 files changed, 52 insertions(+), 14 deletions(-) diff --git a/style-DARK.css b/style-DARK.css index df38bfa..4cfbe2c 100644 --- a/style-DARK.css +++ b/style-DARK.css @@ -255,7 +255,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, +.current, a.current, a:link.current, .current a:visited, .current a:link, #dashboard .current, @@ -508,8 +508,6 @@ a.cloud6 { thead, tfoot, tfoot td, -th, -tr:hover, col.name, input, textarea, @@ -538,6 +536,17 @@ dl.meta, margin-bottom: 10px; } +th, +tr:hover { + border: none; + background: #393e46; + font-family: Avenir, Helvetica, Arial, sans-serif; + border-radius: 5px; + margin-bottom: 10px; + +} +table {border-collapse: separate;} + li.blurb, .blurb .blurb, .listbox .index, @@ -1162,3 +1171,6 @@ border-top: none !important; } #footer a:hover { box-shadow: none;} +th { vertical-align: middle; +text-align: center; } +td { vertical-align: middle;} \ No newline at end of file diff --git a/style-LIGHT-HighContrast.css b/style-LIGHT-HighContrast.css index 38abc68..7c378b1 100644 --- a/style-LIGHT-HighContrast.css +++ b/style-LIGHT-HighContrast.css @@ -247,7 +247,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, +.current, a.current, a:link.current, .current a:visited, .current a:link, #dashboard .current, @@ -500,8 +500,6 @@ a.cloud6 { thead, tfoot, tfoot td, -th, -tr:hover, col.name, input, textarea, @@ -530,6 +528,17 @@ dl.meta, margin-bottom: 10px; } +th, +tr:hover { + + border: none; + background: #ffffff; + font-family: Avenir, Helvetica, Arial, sans-serif; + border-radius: 5px; + margin-bottom: 10px; +} +table {border-collapse: separate;} + li.blurb, .blurb .blurb, .listbox .index, @@ -647,7 +656,7 @@ span.delete { a, a:link, -a:visited:hover, +a:hover, #dashboard a, #dashboard span, .autocomplete div.dropdown ul, @@ -909,10 +918,9 @@ input[type=submit], border-radius: .25em; box-shadow: none; } - input[type="submit"], input[type="submit"]:hover { - border: 2px solid #212121; + border: none; } .autocomplete { @@ -1123,3 +1131,6 @@ input[name="post_button"]:hover { border-radius: .25em; box-shadow: none; } +th { vertical-align: middle; +text-align: center; } +td { vertical-align: middle;} \ No newline at end of file diff --git a/style-LIGHT.css b/style-LIGHT.css index e68ad62..f452450 100644 --- a/style-LIGHT.css +++ b/style-LIGHT.css @@ -247,7 +247,7 @@ li.search fieldset, .current, a.current, .actions .current, -.current, +.current, a.current, a:link.current, .current a:visited, .current a:link, #dashboard .current, @@ -500,8 +500,6 @@ a.cloud6 { thead, tfoot, tfoot td, -th, -tr:hover, col.name, input, textarea, @@ -530,6 +528,19 @@ dl.meta, margin-bottom: 10px; } +th, +tr:hover { + + border: none; + background: #f7f7f7; + font-family: Avenir, Helvetica, Arial, sans-serif; + border-radius: 5px; + margin-bottom: 10px; + +} + +table {border-collapse: separate;} + li.blurb, .blurb .blurb, .listbox .index, @@ -647,7 +658,7 @@ span.delete { a, a:link, -a:visited:hover, +a:visited, #dashboard a, #dashboard span, .autocomplete div.dropdown ul, @@ -912,7 +923,7 @@ input[type=submit], input[type="submit"], input[type="submit"]:hover { - border: 2px solid #393E46; + border: none; } .autocomplete { @@ -1123,3 +1134,7 @@ input[name="post_button"]:hover { border-radius: .25em; box-shadow: none; } + +th { vertical-align: middle; +text-align: center; } +td { vertical-align: middle;} \ No newline at end of file