Bug 1767106 [wpt PR 33883] - [block-in-inline] Add some test cases for block-in-inlin...
[gecko.git] / browser / themes / linux / pageInfo.css
blob956a46da08359559e581aa5566f9c9dd044f7ca6
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://global/skin/global.css");
6 @namespace html url("http://www.w3.org/1999/xhtml");
8 /* View buttons */
9 #viewGroup > radio {
10 list-style-image: url("chrome://browser/skin/pageInfo.png");
11 appearance: none;
12 min-width: 4.5em;
13 margin: 0;
14 padding: 3px;
15 color: FieldText;
18 #viewGroup > radio[selected="true"] {
19 background-color: SelectedItem;
20 color: SelectedItemText;
23 #viewGroup > radio > .radio-label-box {
24 padding: 0 6px;
27 #viewGroup:focus-visible > radio[focused="true"] > .radio-label-box {
28 outline: var(--default-focusring);
31 #topBar {
32 border-bottom: 1px solid ThreeDShadow;
33 padding-inline-start: 10px;
34 background-color: Field;
35 color: FieldText;
38 #generalTab {
39 -moz-image-region: rect(0px, 32px, 32px, 0px)
42 #mediaTab {
43 -moz-image-region: rect(0px, 64px, 32px, 32px)
46 #permTab {
47 -moz-image-region: rect(0px, 128px, 32px, 96px)
50 #securityTab {
51 -moz-image-region: rect(0px, 160px, 32px, 128px)
54 #mainDeck {
55 padding-inline: 2px;
58 #mainDeck {
59 padding: 10px;
62 /* Misc */
63 tree {
64 margin: .5em;
67 html|input {
68 background: transparent;
69 border: none;
70 padding: 0;
73 html|input.header {
74 margin-inline-start: 0;
77 #imagecontainerbox {
78 margin: .5em;
79 background: white;
80 overflow: auto;
81 border: 1px solid ThreeDLightShadow;
84 html|input:disabled {
85 font-style: italic;
88 /* General Tab */
89 #generalPanel > #titletext {
90 margin-inline-start: 5px;
93 #securityBox description {
94 margin-inline-start: 10px;
97 #general-security-identity {
98 white-space: pre-wrap;
99 line-height: 2em;
102 /* Media Tab */
103 #imagetree {
104 min-height: 10em;
105 margin-block: 2px 0;
108 #mediaSplitter {
109 appearance: none;
110 height: .8em;
113 #mediaTable {
114 margin-bottom: 2em;
117 #mediaLabelColumn {
118 min-width: 10em;
121 #thepreviewimage {
122 margin: 1em;
125 treechildren::-moz-tree-cell-text(broken) {
126 font-style: italic;
127 color: graytext;
130 /* Permissions Tab */
132 #permList {
133 appearance: auto;
134 -moz-default-appearance: listbox;
135 margin: .5em;
136 overflow: auto;
137 color: FieldText;
140 .permission {
141 padding: 6px 7px;
142 min-height: 25px;
143 border-bottom: 1px dotted ThreeDShadow;
146 .permissionLabel {
147 font-weight: bold;
150 .permission:hover {
151 background-color: -moz-dialog;
152 color: -moz-DialogText;
155 /* Security Tab */
157 #securityPanel table {
158 margin-bottom: 1em;