diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-10 13:37:27 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-10 13:37:27 -0400 |
| commit | a91321725a3a2db451055ee7d5e4a40576b83c5c (patch) | |
| tree | e99815ce0c76215f2dbf76589dce4a0f9f899af7 /public/assets/stylesheets | |
| parent | e400a34e8a06dcb761959ab126db007ba6832a8a (diff) | |
rename map stuff so we can use alternate drawing ui
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
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; } |
