mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1030048 - Fix some Windows styling issues in WebIDE. r=paul
This commit is contained in:
parent
9fa64c649c
commit
0b97a3e106
@ -5,8 +5,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif;
|
||||
font-size: 12px;
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@ -30,6 +29,7 @@ h1, h3, p {
|
||||
border-style: solid;
|
||||
margin: 0;
|
||||
padding: 0 12px;
|
||||
font-family: inherit;
|
||||
font-weight: bold;
|
||||
height: 24px;
|
||||
}
|
||||
|
@ -34,7 +34,10 @@ window:not(.busy) #action-busy {
|
||||
/* Panel buttons */
|
||||
|
||||
.panel-button {
|
||||
-moz-appearance: none;
|
||||
-moz-box-align: center;
|
||||
border-width: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.panel-button-anchor {
|
||||
@ -123,6 +126,7 @@ panel > .panel-arrowcontainer > .panel-arrowcontent {
|
||||
padding: 3px 12px;
|
||||
margin: 0;
|
||||
-moz-appearance: none;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.panel-item-help {
|
||||
|
Loading…
Reference in New Issue
Block a user