From 67ea2d16b7723719f7dc5aeeecc45a00605df20f Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 18 Sep 2022 18:29:33 +0200 Subject: Improved: Cleanup CSS of ".log" (#4594) * themes css * Log Level CSS class improved * SCSS * RTL CSS --- p/themes/Pafat/pafat.css | 44 -------------------------------------------- p/themes/Pafat/pafat.rtl.css | 44 -------------------------------------------- 2 files changed, 88 deletions(-) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 28fa03c86..6dc1c8990 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -986,50 +986,6 @@ a.signin { text-align: center; } -/*=== LOGS */ -/*=========*/ -.loglist { - border: 1px solid #aaa; - border-radius: 5px; - overflow: hidden; -} - -.log { - padding: 5px 10px; - background: #fafafa; - color: #41444f; - 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: #41444f; - color: #eee; -} - /*=== MOBILE */ /*===========*/ diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 457676340..8f5ecb5c3 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -986,50 +986,6 @@ a.signin { text-align: center; } -/*=== LOGS */ -/*=========*/ -.loglist { - border: 1px solid #aaa; - border-radius: 5px; - overflow: hidden; -} - -.log { - padding: 5px 10px; - background: #fafafa; - color: #41444f; - 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: #41444f; - color: #eee; -} - /*=== MOBILE */ /*===========*/ -- cgit v1.2.3