mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164783 - Removing trailing spaces. r=dbaron
This commit is contained in:
parent
d302b9678c
commit
4b9b2a8e71
@ -2,10 +2,10 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/**
|
||||
/**
|
||||
Styles for old GFX form widgets
|
||||
**/
|
||||
|
||||
**/
|
||||
|
||||
|
||||
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
|
||||
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
|
||||
@ -48,7 +48,7 @@ label {
|
||||
|
||||
/* default inputs, text inputs, and selects */
|
||||
|
||||
/* Note: Values in nsNativeTheme IsWidgetStyled function
|
||||
/* Note: Values in nsNativeTheme IsWidgetStyled function
|
||||
need to match textfield background/border values here */
|
||||
|
||||
input {
|
||||
@ -206,7 +206,7 @@ select {
|
||||
line-height: normal !important;
|
||||
white-space: nowrap !important;
|
||||
word-wrap: normal !important;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
cursor: default;
|
||||
box-sizing: border-box;
|
||||
-moz-user-select: none;
|
||||
@ -224,7 +224,7 @@ select {
|
||||
|
||||
/* Need the "select[size][multiple]" selector to override the settings on
|
||||
'select[size="1"]', eg if one has <select size="1" multiple> */
|
||||
|
||||
|
||||
select[size],
|
||||
select[multiple],
|
||||
select[size][multiple] {
|
||||
@ -281,7 +281,7 @@ select:empty {
|
||||
*|*::-moz-display-comboboxcontrol-frame {
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
/* This block-start/end padding plus the combobox block-start/end border need to
|
||||
add up to the block-start/end borderpadding of text inputs and buttons */
|
||||
add up to the block-start/end borderpadding of text inputs and buttons */
|
||||
padding-block-start: 1px;
|
||||
padding-block-end: 1px;
|
||||
-moz-padding-start: 4px;
|
||||
@ -369,7 +369,7 @@ optgroup:before {
|
||||
*/
|
||||
border: 1px outset black !important;
|
||||
-moz-border-start-width: 2px ! important;
|
||||
}
|
||||
}
|
||||
|
||||
input:disabled,
|
||||
textarea:disabled,
|
||||
@ -543,7 +543,7 @@ input[type="checkbox"]:disabled:hover:active {
|
||||
/* same as above, but !important */
|
||||
color: GrayText ! important;
|
||||
background-color: ThreeDFace ! important;
|
||||
cursor: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:-moz-focusring,
|
||||
@ -559,7 +559,7 @@ input[type="radio"]:hover:active {
|
||||
|
||||
/* buttons */
|
||||
|
||||
/* Note: Values in nsNativeTheme IsWidgetStyled function
|
||||
/* Note: Values in nsNativeTheme IsWidgetStyled function
|
||||
need to match button background/border values here */
|
||||
|
||||
/* Non text-related properties for buttons: these ones are shared with
|
||||
@ -591,7 +591,7 @@ button,
|
||||
input[type="reset"],
|
||||
input[type="button"],
|
||||
input[type="submit"] {
|
||||
color: ButtonText;
|
||||
color: ButtonText;
|
||||
font: -moz-button;
|
||||
line-height: normal;
|
||||
white-space: pre;
|
||||
@ -692,7 +692,7 @@ input[type="submit"]:disabled {
|
||||
padding-block-end: 0px;
|
||||
-moz-padding-start: 6px;
|
||||
border: 2px outset ButtonFace;
|
||||
cursor: inherit;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
button:disabled:active, button:disabled,
|
||||
|
Loading…
Reference in New Issue
Block a user