diff options
| author | 2023-01-25 22:23:51 +0100 | |
|---|---|---|
| committer | 2023-01-25 22:23:51 +0100 | |
| commit | 1c4b328ae14ce94c56171eb28ca4dc0c665051f4 (patch) | |
| tree | c47e2c5520f084046541409e5d56e99a5fd4de80 /p/themes/Pafat/pafat.rtl.css | |
| parent | 1aab0459fa4080ad16e8bb872b117c24bc7f3318 (diff) | |
Improved: expanding inputs (#5040)
* fix
* wider input element
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 338a4355f..cc8d72da4 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -140,10 +140,6 @@ input:invalid, select:invalid { box-shadow: 0 0 2px 2px var(--invalid-box-shadow-color) inset; } -input.extend { - transition: width 200ms linear; -} - /*=== Tables */ table { border-collapse: collapse; @@ -611,7 +607,7 @@ a.signin { height: 29px; } -.header .item.search input:focus { +.header .item.search input { width: 350px; } |
