aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_input.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-06 18:19:58 -0500
committerJesús <heckyel@hyperbola.info>2019-03-06 18:19:58 -0500
commit444d439039564f55e8d844f4743ca47ebe548a37 (patch)
tree693b0fe66d62af99ef46a30deb91dd7da9914569 /src/scss/custom/_input.scss
parent98a0f32cc84e2196687bf81adbb128403544229b (diff)
downloadcl-theme-444d439039564f55e8d844f4743ca47ebe548a37.tar.lz
cl-theme-444d439039564f55e8d844f4743ca47ebe548a37.tar.xz
cl-theme-444d439039564f55e8d844f4743ca47ebe548a37.zip
prepare for new version - step 2
Diffstat (limited to 'src/scss/custom/_input.scss')
-rw-r--r--src/scss/custom/_input.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/custom/_input.scss b/src/scss/custom/_input.scss
new file mode 100644
index 0000000..e38ef58
--- /dev/null
+++ b/src/scss/custom/_input.scss
@@ -0,0 +1,6 @@
+/* input select */
+input:focus, textarea:focus, input[type]:focus {
+ box-shadow: 0 0 5px #719ECE;
+ border: 1px;
+ outline: none !important;
+}