diff options
| author | 2022-09-18 18:29:33 +0200 | |
|---|---|---|
| committer | 2022-09-18 18:29:33 +0200 | |
| commit | 67ea2d16b7723719f7dc5aeeecc45a00605df20f (patch) | |
| tree | 157f29ab78b105574ace03981aa3d94f87f69205 /p/themes/Dark | |
| parent | 7de5b93da49929072c2f984c2d78bb6865e1023d (diff) | |
Improved: Cleanup CSS of ".log" (#4594)
* themes css
* Log Level CSS class improved
* SCSS
* RTL CSS
Diffstat (limited to 'p/themes/Dark')
| -rw-r--r-- | p/themes/Dark/dark.css | 43 | ||||
| -rw-r--r-- | p/themes/Dark/dark.rtl.css | 43 |
2 files changed, 0 insertions, 86 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 685134604..38fc0bce4 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -1002,49 +1002,6 @@ a.btn { border-bottom: 1px solid #333; } -/*=== LOGS */ -/*=========*/ -.loglist { - overflow: hidden; - border: 1px solid #333; -} - -.log { - padding: 5px 10px; - background: #111; - color: #888; - font-size: 0.8rem; -} - -.log+.log { - border-top: 1px solid #333; -} - -.log .date { - display: block; - font-weight: bold; -} - -.log.error { - background: #a44; - color: #fff; -} - -.log.warning { - background: #c95; - color: #fff; -} - -.log.notice { - background: #ec9; - color: #000; -} - -.log.debug { - background: #111; - color: #eee; -} - /*=== MOBILE */ /*===========*/ diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 6616048f6..8c5b30fed 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -1002,49 +1002,6 @@ a.btn { border-bottom: 1px solid #333; } -/*=== LOGS */ -/*=========*/ -.loglist { - overflow: hidden; - border: 1px solid #333; -} - -.log { - padding: 5px 10px; - background: #111; - color: #888; - font-size: 0.8rem; -} - -.log+.log { - border-top: 1px solid #333; -} - -.log .date { - display: block; - font-weight: bold; -} - -.log.error { - background: #a44; - color: #fff; -} - -.log.warning { - background: #c95; - color: #fff; -} - -.log.notice { - background: #ec9; - color: #000; -} - -.log.debug { - background: #111; - color: #eee; -} - /*=== MOBILE */ /*===========*/ |
