diff options
author | Simon Rettberg | 2017-04-13 13:29:25 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-13 13:29:25 +0200 |
commit | 0fa526d0718e405f9ae07bdffbc0fdc1c793363c (patch) | |
tree | 175ee36091b4528c0101a781e15b9c695cd74777 /modules-available/locationinfo/style.css | |
parent | [locationinfo] Sanitize html (diff) | |
download | slx-admin-0fa526d0718e405f9ae07bdffbc0fdc1c793363c.tar.gz slx-admin-0fa526d0718e405f9ae07bdffbc0fdc1c793363c.tar.xz slx-admin-0fa526d0718e405f9ae07bdffbc0fdc1c793363c.zip |
[locationinfo] Clean up config.html (and handling in php)
- De-javascript where reasonable
- Unify repeated calls
- Overhaul query builder
- ...
Diffstat (limited to 'modules-available/locationinfo/style.css')
-rw-r--r-- | modules-available/locationinfo/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules-available/locationinfo/style.css b/modules-available/locationinfo/style.css index b152c3b3..ed1bda76 100644 --- a/modules-available/locationinfo/style.css +++ b/modules-available/locationinfo/style.css @@ -1,7 +1,3 @@ -.tablerow:hover { - background-color: #F2F2F2; -} - .glyphicon-refresh-animate { -animation: spin .7s infinite linear; -webkit-animation: spin2 .7s infinite linear; |