From 305a29355eea62323fcadc8261b9b9dc8a120f54 Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Mon, 7 Dec 2020 10:03:25 +0000 Subject: [PATCH] Fixup dark themes --- assets/css/default/overrides.css | 6 ++-- assets/css/general.css | 7 ++++- assets/css/superhero/overrides.css | 44 ++---------------------------- 3 files changed, 12 insertions(+), 45 deletions(-) diff --git a/assets/css/default/overrides.css b/assets/css/default/overrides.css index 54451185..1e248898 100644 --- a/assets/css/default/overrides.css +++ b/assets/css/default/overrides.css @@ -1,3 +1,3 @@ -/*! - * No overrides for the default theme as it aligns with general.css -*/ \ No newline at end of file +thead > tr > td { + background-color: aliceblue; +} \ No newline at end of file diff --git a/assets/css/general.css b/assets/css/general.css index b9c66bf7..6cb9c134 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1,3 +1,9 @@ +@media (min-width: 992px) { + .modal-lg, .modal-xl { + max-width: 900px; + } +} + .main-nav .container { margin-top: 0px !important; } @@ -11,7 +17,6 @@ thead > tr > td { position: sticky; top: 45px; - background-color: aliceblue; } .dashboard { diff --git a/assets/css/superhero/overrides.css b/assets/css/superhero/overrides.css index 3c0986fb..54451185 100644 --- a/assets/css/superhero/overrides.css +++ b/assets/css/superhero/overrides.css @@ -1,41 +1,3 @@ -.workedGrid { - border-color: green; -} - -.newGrid { - border-color: red; - border-width: 2px; -} - -.eqsl-green{ - color: #00A000; - font-size: 1.1em; -} -.eqsl-red{ - color: #F00; - font-size: 1.1em; -} -.qsl-green{ - color: #00A000; - font-size: 1.1em; -} -.qsl-red{ - color: #F00; - font-size: 1.1em; -} -.qsl-yellow{ - color: #d39e00; - font-size: 1.1em; -} -.qsl-grey{ - color: #dddddd; - font-size: 1.1em; -} -.lotw-green{ - color: #00A000; - font-size: 1.1em; -} -.lotw-red{ - color: #F00; - font-size: 1.1em; -} \ No newline at end of file +/*! + * No overrides for the default theme as it aligns with general.css +*/ \ No newline at end of file