summaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css38
1 files changed, 2 insertions, 36 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 2289ec5a1..d4dd32e17 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -1210,42 +1210,8 @@ main.prompt {
/*=== LOGS */
/*=========*/
-.loglist {
- overflow: hidden;
- border: 1px solid #a6a7ae;
-}
-
-.log {
- margin: 10px 0;
- padding: 5px 2%;
- background: #f9fafb;
- color: #5b6871;
- font-size: 0.8rem;
- overflow: auto;
-}
-
-.log > .date {
- margin: 0 10px 0 0;
- padding: 5px 10px;
- border-radius: 20px;
-}
-
-.log.error > .date {
- background: #f5633e;
- color: #fff;
-}
-
-.log.warning > .date {
- background: #f4f762;
-}
-
-.log.notice > .date {
- background: #eff0f2;
-}
-
-.log.debug > .date {
- background: #1d1e22;
- color: #fff;
+.log-item.log-error {
+ background-color: rgba(51, 102, 204, 0.2);
}
/*=== STATISTICS */