diff options
author | Azul <azul@leap.se> | 2012-11-26 19:17:08 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-26 19:17:08 +0100 |
commit | fa58393f4b665434830535b3e0c1a325c31ce03b (patch) | |
tree | dff2714a47805f248913fb9b4773a6e267d864b0 /app/assets | |
parent | bf74255d1530fe5852dc6e6c27ef975ce9aa8d3c (diff) | |
parent | a941c89293bcbb067c6152b63765ead38a484b81 (diff) |
Merge branch 'feature/admin-users-list' into develop
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 3465431..8dec07d 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -3,3 +3,12 @@ body { padding: 40px; } @import "bootstrap-responsive"; + + +table.table-hover .btn { + opacity: 0; +} + +table.table-hover tr:hover .btn { + opacity: 1; +} |