aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-14 20:22:01 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-14 20:22:01 +0100
commit07c94061a9607b5d0a1341cc1b349ee094d5115b (patch)
tree521fadee3a299de9aa0be9319409b00c11d1405d /p/themes/Mapco
parent937ef98e4ea40cc6c68b918f48a20114384ce163 (diff)
Improved: Centralized CSS for notifications (#4800)
* wip. all themes * fixes
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_layout.scss4
-rw-r--r--p/themes/Mapco/mapco.css5
-rw-r--r--p/themes/Mapco/mapco.rtl.css5
3 files changed, 0 insertions, 14 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss
index a4aaf6fa8..b1cae52f1 100644
--- a/p/themes/Mapco/_layout.scss
+++ b/p/themes/Mapco/_layout.scss
@@ -366,9 +366,7 @@ main.prompt {
}
a.close {
- padding: 0 15px;
border-radius: 0 3px 3px 0;
- line-height: 3em;
}
&.good a.close:hover {
@@ -380,8 +378,6 @@ main.prompt {
}
&#actualizeProgress {
- line-height: 2em;
-
br {
display: none;
}
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 028c12e12..b7fe16011 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -969,9 +969,7 @@ main.prompt {
color: #fff;
}
.notification a.close {
- padding: 0 15px;
border-radius: 0 3px 3px 0;
- line-height: 3em;
}
.notification.good a.close:hover {
background: #0c7540;
@@ -979,9 +977,6 @@ main.prompt {
.notification.bad a.close:hover {
background: #73341f;
}
-.notification#actualizeProgress {
- line-height: 2em;
-}
.notification#actualizeProgress br {
display: none;
}
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 21cc44222..04efbb47d 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -969,9 +969,7 @@ main.prompt {
color: #fff;
}
.notification a.close {
- padding: 0 15px;
border-radius: 3px 0 0 3px;
- line-height: 3em;
}
.notification.good a.close:hover {
background: #0c7540;
@@ -979,9 +977,6 @@ main.prompt {
.notification.bad a.close:hover {
background: #73341f;
}
-.notification#actualizeProgress {
- line-height: 2em;
-}
.notification#actualizeProgress br {
display: none;
}