From 1c4b328ae14ce94c56171eb28ca4dc0c665051f4 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 25 Jan 2023 22:23:51 +0100 Subject: Improved: expanding inputs (#5040) * fix * wider input element --- p/themes/Mapco/mapco.rtl.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'p/themes/Mapco/mapco.rtl.css') diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 112ca94c7..7ed00631a 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.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: 0 2px 2px 0; @@ -698,7 +694,6 @@ form th { background-color: #17181a; } .header .item.search input:focus { - width: 350px; color: #5b6871; background-color: #fff; } -- cgit v1.2.3