summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-10 13:37:27 -0400
committerJules Laplace <jules@okfoc.us>2014-06-10 13:37:27 -0400
commita91321725a3a2db451055ee7d5e4a40576b83c5c (patch)
treee99815ce0c76215f2dbf76589dce4a0f9f899af7 /public/assets/stylesheets
parente400a34e8a06dcb761959ab126db007ba6832a8a (diff)
rename map stuff so we can use alternate drawing ui
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 1ad2409..fdec567 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -649,13 +649,13 @@ h5{
cursor:pointer;
}
-.menu span.icon-close{
+.menu span.inuse {
color:white;
background:black;
cursor:pointer;
}
-.icon-close:before {
+.menu span.inuse:before {
content: "\e736"!important;
}