diff options
| author | 2022-08-06 22:40:43 +0200 | |
|---|---|---|
| committer | 2022-08-06 22:40:43 +0200 | |
| commit | 0cb9f59622f893ce0878e3876e28556781dd6700 (patch) | |
| tree | f8640ef03f1560932111186f7e1aaf47323eea94 /p/themes/Mapco/_forms.scss | |
| parent | a111f50c695c82dd257eeaf43d3551727f8ecc30 (diff) | |
Fix: Mapco theme cleaning (#4491)
* translated the comments FR -> EN
* delete useless extra styles for login header (template.css)
* <select> in the same height like <input>
* simplefy the search bar button
* improve the config menu button
* improve the layout of the login/register prompt
* navigation bar: border radius
* navigation bar: btn hover improved to darker grey, when not within .stick
* header height improved
* delete unused code ul.nav
* delete outcommented code
* translate comments FR -> EN
* improve login form layout
* icons: do not use it as background-image
* mapco.css
* fixes the nuts
* more nuts
* improve mobile login form
* delete unused view-normal.svg
* compress the svg icons
Diffstat (limited to 'p/themes/Mapco/_forms.scss')
| -rw-r--r-- | p/themes/Mapco/_forms.scss | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index 0fc90894b..0f5f96681 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_forms.scss @@ -25,7 +25,6 @@ background: variables.$main-first; color: variables.$white; - // @include transition(all, 0.15s, ease-in-out); &:hover, &:active { background: variables.$main-first-alt; @@ -96,6 +95,11 @@ input, select, textarea, button { vertical-align: middle; } +select { + padding-top: 9px; + padding-bottom: 9px; +} + option { padding: 0 .5em; } @@ -130,13 +134,6 @@ input.extend { clear: both; } - &:hover { - // background: #fff; - // border: 1px solid #eee; - // border-radius: 3px; - // border: 1px solid #eee; - } - .group-name { padding: 10px 0; text-align: right; @@ -154,7 +151,6 @@ input.extend { &.form-actions { margin: 15px 0 25px; padding: 5px 0; - // background: #333; } &.form-actions .btn { |
