about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-10 17:25:10 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-10 17:25:10 +0100
commit312c51b5c87e23c62d163770d550dc94df32627f (patch)
tree29b29205d4c08176bb271854ab82406211b645c5 /app/assets/stylesheets
parent1e9d2c4b1e00e8e68fefe5c04b48f66c827d31d5 (diff)
Home column filters
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss14
1 files changed, 13 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 0abe8c808..f1edfce9d 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -649,4 +649,16 @@
     right: 8px !important;
     left: initial !important;
   }
-}
\ No newline at end of file
+}
+
+.setting-text {
+  color: #9baec8;
+  background: transparent;
+  border: none;
+  border-bottom: 2px solid #9baec8;
+
+  &:focus, &:active {
+    color: #fff;
+    border-bottom-color: #2b90d9;
+  }
+}