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/Origine-compact | |
| parent | 7de5b93da49929072c2f984c2d78bb6865e1023d (diff) | |
Improved: Cleanup CSS of ".log" (#4594)
* themes css
* Log Level CSS class improved
* SCSS
* RTL CSS
Diffstat (limited to 'p/themes/Origine-compact')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 44 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 44 |
2 files changed, 0 insertions, 88 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index aa003c81f..17959e910 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -1072,50 +1072,6 @@ a.btn, border-bottom: 1px solid #ddd; } -/*=== LOGS */ -/*=========*/ -.loglist { - border: 1px solid #aaa; - border-radius: 5px; - overflow: hidden; -} - -.log { - padding: 5px 10px; - background: #fafafa; - color: #333; - font-size: 0.8rem; -} - -.log+.log { - border-top: 1px solid #aaa; -} - -.log .date { - display: block; - font-weight: bold; -} - -.log.error { - background: #fdd; - color: #844; -} - -.log.warning { - background: #ffe; - color: #c95; -} - -.log.notice { - background: #f4f4f4; - color: #aaa; -} - -.log.debug { - background: #333; - color: #eee; -} - /*=== MOBILE */ /*===========*/ diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index d01ed8097..62c82bc6f 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -1072,50 +1072,6 @@ a.btn, border-bottom: 1px solid #ddd; } -/*=== LOGS */ -/*=========*/ -.loglist { - border: 1px solid #aaa; - border-radius: 5px; - overflow: hidden; -} - -.log { - padding: 5px 10px; - background: #fafafa; - color: #333; - font-size: 0.8rem; -} - -.log+.log { - border-top: 1px solid #aaa; -} - -.log .date { - display: block; - font-weight: bold; -} - -.log.error { - background: #fdd; - color: #844; -} - -.log.warning { - background: #ffe; - color: #c95; -} - -.log.notice { - background: #f4f4f4; - color: #aaa; -} - -.log.debug { - background: #333; - color: #eee; -} - /*=== MOBILE */ /*===========*/ |
