зеркало из https://github.com/mozilla/pjs.git
CSS changes missed in earlier checkin for bug 35847, since implied universal selector now is correctly interpreted as a universal selector within the default namespace. b=35847 r=cmanske sr=hyatt a=asa
This commit is contained in:
Родитель
870570059e
Коммит
3cf382d062
|
@ -3,6 +3,7 @@
|
|||
* This style is fully scalable in 2 dimensions. It supports menulists in
|
||||
* both active and disabled states, which includes 3 sets of sliced images.
|
||||
********************************/
|
||||
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
||||
|
||||
menulist {
|
||||
-moz-binding : url(chrome://global/skin/menulistBindings.xml#nine-slice-menulist);
|
||||
|
@ -247,7 +248,7 @@ menulist[editable="true"]
|
|||
padding : 0px;
|
||||
}
|
||||
|
||||
.menulist-editable-text
|
||||
html|*.menulist-editable-text
|
||||
{
|
||||
|
||||
border : none !important;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
||||
|
||||
/* outer frame */
|
||||
menulist
|
||||
{
|
||||
|
@ -141,7 +143,7 @@
|
|||
* Editable menulists (comboboxes)
|
||||
*/
|
||||
|
||||
.menulist-editable-text
|
||||
html|*.menulist-editable-text
|
||||
{
|
||||
border : none !important;
|
||||
margin : 0px !important;
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
||||
|
||||
/* :::::nine slice menulist ::::::::::
|
||||
:: This is the default style used for all menulists.
|
||||
|
@ -282,7 +283,7 @@ menulist[editable="true"] {
|
|||
border: 1px solid #5D616E;
|
||||
}
|
||||
|
||||
.menulist-editable-text {
|
||||
html|*.menulist-editable-text {
|
||||
border: none !important;
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче