mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 388334 - Page Info theme should be more reusable by extensions. patch by Florian Quèze <f.qu@queze.net>, r=mano
This commit is contained in:
parent
c86798606e
commit
0b6db9d9d5
@ -136,28 +136,21 @@ textbox[disabled] {
|
||||
}
|
||||
|
||||
/* General Tab */
|
||||
.caption-icon {
|
||||
groupbox.collapsable caption .caption-icon {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
-moz-margin-start: 1px;
|
||||
-moz-margin-end: 3px;
|
||||
}
|
||||
|
||||
#securityBoxCaption .caption-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
groupbox caption .caption-icon {
|
||||
background-image: url("chrome://global/skin/tree/twisty-open.png");
|
||||
}
|
||||
|
||||
groupbox[closed="true"] {
|
||||
groupbox.collapsable[closed="true"] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
groupbox[closed="true"] caption .caption-icon {
|
||||
groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||
}
|
||||
|
||||
@ -166,7 +159,7 @@ groupbox tree {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#metaTags .groupbox-body {
|
||||
groupbox.treebox .groupbox-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
@ -174,10 +167,6 @@ groupbox tree {
|
||||
-moz-margin-start: 10px;
|
||||
}
|
||||
|
||||
#securityBox .caption-icon {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
#general-security-identity {
|
||||
white-space: -moz-pre-wrap;
|
||||
line-height: 2em;
|
||||
|
Loading…
Reference in New Issue
Block a user