yet another pref tabs fix for Safari
This commit is contained in:
parent
35a03bddc2
commit
6eee47b83b
|
@ -575,7 +575,8 @@ div.prefsTab {
|
|||
min-width : 100px;
|
||||
text-align : center;
|
||||
cursor : pointer;
|
||||
height : 20px;
|
||||
position : relative;
|
||||
bottom : -2px;
|
||||
}
|
||||
|
||||
div.prefsTabSelected {
|
||||
|
@ -593,9 +594,10 @@ div.prefsTabSelected {
|
|||
font-weight : bold;
|
||||
min-width : 100px;
|
||||
text-align : center;
|
||||
z-index : 2;
|
||||
cursor : pointer;
|
||||
height : 20px;
|
||||
position : relative;
|
||||
bottom : -2px;
|
||||
|
||||
}
|
||||
|
||||
div.notice {
|
||||
|
|
Loading…
Reference in New Issue