aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-25 22:23:51 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-25 22:23:51 +0100
commit1c4b328ae14ce94c56171eb28ca4dc0c665051f4 (patch)
treec47e2c5520f084046541409e5d56e99a5fd4de80 /p/themes/Mapco/mapco.css
parent1aab0459fa4080ad16e8bb872b117c24bc7f3318 (diff)
Improved: expanding inputs (#5040)
* fix * wider input element
Diffstat (limited to 'p/themes/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index c34dc08e0..d2978c217 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -163,10 +163,6 @@ input:disabled, select:disabled {
background: #eff0f2;
}
-input.extend {
- transition: width 200ms linear;
-}
-
.form-group {
padding: 5px;
border-radius: 3px;
@@ -687,7 +683,7 @@ form th {
filter: grayscale(100%) brightness(2.2);
}
.header .item.search input {
- width: 230px;
+ width: 350px;
color: #ffffff;
border: none;
border-radius: 2px 0 0 2px;
@@ -698,7 +694,6 @@ form th {
background-color: #17181a;
}
.header .item.search input:focus {
- width: 350px;
color: #5b6871;
background-color: #fff;
}