summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/style.css')
-rw-r--r--modules-available/locationinfo/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules-available/locationinfo/style.css b/modules-available/locationinfo/style.css
new file mode 100644
index 00000000..b5fffe75
--- /dev/null
+++ b/modules-available/locationinfo/style.css
@@ -0,0 +1,10 @@
+.btn-static {
+ background-color: white;
+ border: 1px solid lightgrey;
+ cursor: default;
+}
+.btn-static:active{
+ -moz-box-shadow: inset 0 0 0px white;
+ -webkit-box-shadow: inset 0 0 0px white;
+ box-shadow: inset 0 0 0px white;
+}