aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-01-15 18:38:34 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-15 18:38:34 +0100
commit14da55e21e6ae40860f262bf5aa69060456e594a (patch)
treedb416cbfdb416a0ade29c0df9619c6002324baa0 /p/themes/Mapco/mapco.css
parent0c5eaa9d16510b93066aff9e9c6d6e2173025018 (diff)
Fix SCSS differences to the final CSS (#4146)
* theme Ansum * CI does not like the sourcemappingurl in RTL * theme Mapco * Update mapco.rtl.css * Update mapco.rtl.css Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css64
1 files changed, 8 insertions, 56 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index a050cc32d..f411802b9 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -72,10 +72,6 @@
vertical-align: middle;
cursor: pointer;
overflow: hidden;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.btn.btn-important {
@@ -122,8 +118,8 @@ label {
}
textarea {
- width: 360px;
max-width: 100%;
+ width: 360px;
height: 100px;
}
@@ -258,10 +254,6 @@ form th {
letter-spacing: 1px;
}
.dropdown-menu .item {
- -webkit-transition: all 0.075s ease-in-out;
- -moz-transition: all 0.075s ease-in-out;
- -o-transition: all 0.075s ease-in-out;
- -ms-transition: all 0.075s ease-in-out;
transition: all 0.075s ease-in-out;
}
.dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link {
@@ -471,10 +463,6 @@ form th {
text-decoration: none;
background: #effcfd;
color: #36c;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#bigMarkAsRead:hover {
@@ -578,10 +566,6 @@ form th {
line-height: 2.5rem;
font-size: 1rem;
font-weight: 400;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.tree .tree-folder .tree-folder-items .item.active {
@@ -665,10 +649,6 @@ form th {
}
.nav-list .item {
background: #303136;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.nav-list .item a {
@@ -809,6 +789,10 @@ form th {
width: auto;
table-layout: none;
}
+.header .logo {
+ margin: 11px 0 5px;
+ filter: grayscale(100%) brightness(100);
+}
.header .item {
vertical-align: middle;
}
@@ -816,10 +800,6 @@ form th {
width: 280px;
font-weight: 400;
}
-.header .logo {
- margin: 11px 0 5px;
- filter: grayscale(100%) brightness(100);
-}
.header .item.title a img {
margin-right: 0.5rem;
}
@@ -829,10 +809,6 @@ form th {
border: none;
border-radius: 2px 0 0 2px;
background-color: #26272a;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.header .item.search input:hover {
@@ -968,10 +944,6 @@ form th {
background-color: #f9fafb;
background-position: center;
background-repeat: no-repeat;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.nav_menu .stick .btn:hover {
@@ -1011,10 +983,6 @@ form th {
padding: 5px 16px;
color: #303136;
background-color: #f9fafb;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.nav_menu .stick .btn.read_all:hover {
@@ -1176,10 +1144,6 @@ form th {
/*=== Feed articles */
.flux {
background: #fff;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.flux:hover {
@@ -1209,10 +1173,6 @@ form th {
}
.flux.favorite {
border-left-color: #ffc300;
- -webkit-transition: all 0.15s ease-in-out;
- -moz-transition: all 0.15s ease-in-out;
- -o-transition: all 0.15s ease-in-out;
- -ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.flux.favorite:not(.current) {
@@ -1467,10 +1427,6 @@ form th {
display: inline-block;
width: 100%;
color: #fff;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
ul.nav .item a:hover, ul.nav .item a:active {
@@ -1483,10 +1439,6 @@ form th {
}
.aside {
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.aside.aside_feed {
@@ -1497,9 +1449,9 @@ form th {
}
.aside .toggle_aside,
- #panel .close,
- #close-slider.active,
- .dropdown-menu .toggle_aside {
+#panel .close,
+#close-slider.active,
+.dropdown-menu .toggle_aside {
background: #25c;
display: block;
width: 100%;