diff options
author | Azul <azul@leap.se> | 2013-10-21 18:30:19 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-10-21 18:30:19 +0200 |
commit | 9cdd17f630f6e0399e841117f4d6fc98cd437bb8 (patch) | |
tree | 4e6e6a7333dea944bbcf0e15a002b37f654a3276 | |
parent | 23b9c58c4bd2e62ba63064c0e606d84f26fe74fa (diff) |
adopt css to mac-> osx change
-rw-r--r-- | app/assets/stylesheets/leap.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index 30f7741..af3bde4 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -78,11 +78,11 @@ html.windows .os-windows { display: inherit !important; } -.os-mac { +.os-osx { display: none !important; } -html.mac .os-mac { +html.osx .os-osx { display: inherit !important; } |