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/Flat/flat.css | 8 -------- p/themes/Flat/flat.rtl.css | 8 -------- 2 files changed, 16 deletions(-) (limited to 'p/themes/Flat') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 518e6b07b..aefe3d454 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -70,10 +70,6 @@ input:disabled, select:disabled { background: #eee; } -input.extend { - transition: width 200ms linear; -} - /*=== Tables */ table { border-collapse: collapse; @@ -547,10 +543,6 @@ a.btn { } .header > .item.search input { - width: 230px; -} - -.header .item.search input:focus { width: 350px; } diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index d82f6d268..43ada0a4c 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -70,10 +70,6 @@ input:disabled, select:disabled { background: #eee; } -input.extend { - transition: width 200ms linear; -} - /*=== Tables */ table { border-collapse: collapse; @@ -547,10 +543,6 @@ a.btn { } .header > .item.search input { - width: 230px; -} - -.header .item.search input:focus { width: 350px; } -- cgit v1.2.3