summaryrefslogtreecommitdiff
path: root/p/themes/Dark/freshrss.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Dark/freshrss.css')
-rw-r--r--p/themes/Dark/freshrss.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 19809c215..77dd1fc4f 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -31,7 +31,6 @@
}
.header > .item.search input {
width: 230px;
- transition: width 200ms linear;
}
.header .item.search input:focus {
width: 330px;
@@ -825,9 +824,9 @@ select.number option {
background: #1c1c1c;
}
-.header > .item.search input {
+input.extend {
-moz-transition: width 200ms linear;
- -webkit-transition: width 200ms linear;
+ -webkit-transition: width 200ms linear;
-o-transition: width 200ms linear;
-ms-transition: width 200ms linear;
}