diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-10 14:50:01 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-10 16:34:32 -0300 |
commit | d0917e12464152dde8bc1ccac0748945b709804e (patch) | |
tree | d8acb599bfeb2ca1f0b1ded8633817ac1da56b6b /web-ui/app | |
parent | 94d0713aa89a76ba8ecb28570163c13bc370ed0b (diff) |
#261 Making the tags icon be displayed over the mail list when hovered
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/styles.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 7c32d688..6b334099 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -368,6 +368,11 @@ section { &:hover { background: #CCC; color: $navigation_background; + position: relative; + z-index: 5; + transition: z-index 150ms ease-out; + width: 95%; + opacity: 0.90; } i { |