diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-10 15:45:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-10 15:45:32 -0400 |
| commit | a5ba8d536afe5c96c6e01763296de2a407f81aa8 (patch) | |
| tree | 1d575718f9fa4094f304d1687dcbb7ad43a5fe7a /public/assets/stylesheets/app.css | |
| parent | a91321725a3a2db451055ee7d5e4a40576b83c5c (diff) | |
switch to using a lookup for rooms
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -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 fdec567..55e8d37 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -656,7 +656,7 @@ h5{ } .menu span.inuse:before { -content: "\e736"!important; + content: "\e736" !important; } .menu span:hover:after{ @@ -673,7 +673,7 @@ content: "\e736"!important; font-size: 13px; } -.menu span.icon-close:hover:after{ +.menu span.inuse:hover:after{ content:""; opacity:0; } |
