Skip to content

Instantly share code, notes, and snippets.

@2ndkauboy
Created September 28, 2015 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2ndkauboy/f00faee0ac4b1c29f1ef to your computer and use it in GitHub Desktop.
Save 2ndkauboy/f00faee0ac4b1c29f1ef to your computer and use it in GitHub Desktop.
Index: style.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- style.css (revision 30693)
+++ style.css (revision )
@@ -182,6 +182,11 @@
height: 4em;
}
#wrapper form input[type="text"],
+#wrapper form input[type="url"],
+#wrapper form input[type="email"],
+#wrapper form input[type="number"],
+#wrapper form input[type="search"],
+#wrapper form input[type="password"],
.inlineediting input[type="text"] {
border: solid;
border-width: 1px;
@@ -1115,12 +1120,22 @@
color: #666;
}
#wrapper form input[type="text"],
+#wrapper form input[type="url"],
+#wrapper form input[type="email"],
+#wrapper form input[type="number"],
+#wrapper form input[type="password"],
+#wrapper form input[type="search"],
.inlineediting input[type="text"] {
border-color: #d1d1d1;
background: #fafafa;
color: #666;
}
-#sidebar form input[type="text"] {
+#sidebar form input[type="text"],
+#sidebar form input[type="url"],
+#sidebar form input[type="email"],
+#sidebar form input[type="number"],
+#sidebar form input[type="search"],
+#sidebar form input[type="password"] {
background: #fff;
}
#postbox label {
@@ -1357,6 +1372,11 @@
font-size: 13px;
}
#wrapper form input[type="text"],
+#wrapper form input[type="url"],
+#wrapper form input[type="email"],
+#wrapper form input[type="number"],
+#wrapper form input[type="search"],
+#wrapper form input[type="password"],
.inlineediting input[type="text"] {
font-size: 13px;
line-height: 16px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment