diff options
author | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-02-23 14:54:28 -0300 |
---|---|---|
committer | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-02-23 15:03:41 -0300 |
commit | d6fdc6b55bb1bf8c371e4df912f80ff360d7cfa2 (patch) | |
tree | f9aee1bd2b8cfa53007634ffd7dd88384dfc5ba1 /web-ui | |
parent | 43727d5c9890b81b643c0d58b868d2f29ad1bd32 (diff) |
Remove unnecessary z-index that was causing phantomJS to not render elements
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/styles.scss | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 9846d326..6e035531 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -348,9 +348,9 @@ section { &:hover { background-color: $action_buttons; - color: $secondary; + color: $secondary; } - + div { padding-left: 7px; &:before { @@ -661,10 +661,14 @@ button { left: 0; right: 0; z-index: 1002; --webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + @media only screen and (min-width:40.063em) { .move-right .exit-off-canvas:hover { -background: rgba(255, 255, 255, 0.05); } } + background: rgba(255, 255, 255, 0.05); + } +} .off-canvas-wrap.move-right.menu { position: absolute; @@ -681,7 +685,8 @@ background: rgba(255, 255, 255, 0.05); } } -moz-transform: none; -o-transform: none; transform: none; -z-index: 1003; } +} + .offcanvas-overlap .exit-offcanvas-menu { -webkit-backface-visibility: hidden; transition: background 300ms ease; @@ -693,9 +698,8 @@ z-index: 1003; } bottom: 0; left: 0; right: 0; - z-index: 1002; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -z-index: 1002; } +} #delete-modal { |