mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 221824 - themes should be RTL compatible. regressions fix. r=steffen/kmgerich
This commit is contained in:
parent
f5d90cede2
commit
02c9279b05
@ -206,32 +206,40 @@ filefield[disabled="true"] .fileFieldIcon {
|
||||
#extensionField {
|
||||
color: GrayText;
|
||||
font-weight: bold;
|
||||
}
|
||||
#ChangeActionDialog {
padding: 0px;
|
||||
}
|
||||
#ChangeActionDialog .dialog-button-box {
|
||||
#ChangeActionDialog {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#ChangeActionDialog .dialog-button-box {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 8px;
|
||||
-moz-padding-end: 10px;
}
|
||||
#changeActionHeader {
|
||||
-moz-padding-end: 10px;
|
||||
}
|
||||
|
||||
#changeActionHeader {
|
||||
border-bottom: 2px groove ThreeDFace;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
#changeActionContent {
|
||||
|
||||
#changeActionContent {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 10px
|
||||
-moz-padding-start: 9px;
|
||||
-moz-padding-end: 10px;
|
||||
}
|
||||
#defaultAppIcon {
|
||||
width: 16px;
height: 16px;
|
||||
-moz-margin-start: 2px;
}
|
||||
|
||||
#defaultAppIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
-moz-margin-start: 2px;
|
||||
}
|
||||
|
||||
#defaultAppName {
|
||||
-moz-margin-start: 6px !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user