summaryrefslogtreecommitdiff
path: root/p/themes/Dark/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Dark/global.css')
-rw-r--r--p/themes/Dark/global.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index b02f00526..f96f83fc8 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -87,6 +87,13 @@ label {
line-height: 25px;
cursor: pointer;
}
+input {
+ width: 180px;
+}
+textarea {
+ width: 360px;
+ height: 100px;
+}
input, select, textarea {
display: inline-block;
max-width: 100%;
@@ -116,6 +123,10 @@ input, select, textarea {
border-color: red;
box-shadow: 0 0 2px 1px red;
}
+ input:focus.extend {
+ width: 300px;
+ transition: width 200ms linear;
+ }
.form-group {
margin: 0;