mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 381545 - ""Find Updates" button is not clickable on 100% of its surface" [p=dao r=Mano a=blocking-firefox3+]
This commit is contained in:
parent
fc81a734de
commit
cf2b7bd12b
@ -4,12 +4,14 @@
|
||||
}
|
||||
|
||||
#resizerBox {
|
||||
margin-top: -12px;
|
||||
margin-top: -12px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#resizerBox resizer {
|
||||
#resizerBox > resizer {
|
||||
height: 10px;
|
||||
max-height: 10px;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* Command Bar */
|
||||
|
@ -12,12 +12,14 @@
|
||||
}
|
||||
|
||||
#resizerBox {
|
||||
margin-top: -12px;
|
||||
margin-top: -12px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#resizerBox resizer {
|
||||
#resizerBox > resizer {
|
||||
height: 10px;
|
||||
max-height: 10px;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* Command Bar */
|
||||
|
Loading…
Reference in New Issue
Block a user