summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/style.css
diff options
context:
space:
mode:
authorSteffen Ritter2018-02-06 16:16:20 +0100
committerSteffen Ritter2018-02-06 16:16:20 +0100
commit7e2509c6afbaf2a89d8df747c8e9ad0f48172221 (patch)
tree7c7c7ffb98a8ce556489f22048fa382f2aee813b /modules-available/locationinfo/style.css
parent[statistics_reporting] Translation for 'settings' (diff)
downloadslx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.gz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.tar.xz
slx-admin-7e2509c6afbaf2a89d8df747c8e9ad0f48172221.zip
[locationinfo] Fix styling of tooltip btns
also made the style of two close btns consistent to the rest
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;
+}