Bug 1497101 - Fix compose color dialog by reordering the namespaces and setting the prefix to #ColorPicker. r=jorgk
This commit is contained in:
Родитель
1c527fdb0e
Коммит
33ecc60c8e
|
@ -2,12 +2,12 @@
|
|||
* 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/. */
|
||||
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace url(http://www.w3.org/1999/xhtml);
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
groupbox {
|
||||
margin: 2px 5px /* 4px 5px */;
|
||||
margin: 2px 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ groupbox {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#ColorPicker {
|
||||
*|*#ColorPicker {
|
||||
-moz-user-focus: normal;
|
||||
margin: 1px 5px 2px;
|
||||
padding: 3px;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
* 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/. */
|
||||
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace url(http://www.w3.org/1999/xhtml);
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
groupbox {
|
||||
margin: 2px 5px /* 4px 5px */;
|
||||
margin: 2px 5px ;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ groupbox {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#ColorPicker {
|
||||
*|*#ColorPicker {
|
||||
-moz-user-focus: normal;
|
||||
margin: 1px 5px 2px;
|
||||
padding: 3px;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
* 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/. */
|
||||
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace url(http://www.w3.org/1999/xhtml);
|
||||
|
||||
/* The defaults are WAY to big! */
|
||||
groupbox {
|
||||
margin: 2px 5px /* 4px 5px */;
|
||||
margin: 2px 5px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
@ -81,7 +81,7 @@ groupbox {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#ColorPicker {
|
||||
*|*#ColorPicker {
|
||||
-moz-user-focus: normal;
|
||||
margin: 1px 5px 2px;
|
||||
padding: 3px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче