Set some z-index values. Remove some redundant styles
This commit is contained in:
parent
15b50cc8fe
commit
7442eba311
@ -377,7 +377,7 @@ a.M_butt:hover {
|
||||
height: auto;
|
||||
padding: 30px 170px 30px 30px;
|
||||
color: #FFF;
|
||||
z-index: 99;
|
||||
z-index: 102;
|
||||
}
|
||||
|
||||
a.trigger {
|
||||
@ -389,17 +389,13 @@ a.trigger {
|
||||
background: #333 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
|
||||
border: 1px solid #444;
|
||||
display: block;
|
||||
z-index: 102;
|
||||
}
|
||||
|
||||
a.trigger:hover {
|
||||
position: fixed;
|
||||
text-decoration: none;
|
||||
top: 60px; right: 0;
|
||||
color: #080808;
|
||||
padding: 10px 40px 10px 15px;
|
||||
background: #fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a.active.trigger {
|
||||
@ -409,7 +405,6 @@ a.active.trigger {
|
||||
|
||||
a.active.trigger:hover {
|
||||
background: #fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/minus.png'); ?>) 85% 55% no-repeat;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
h2.tiger {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user