File: composer.css

package info (click to toggle)
adblock-plus-element-hiding-helper 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 840 kB
  • ctags: 112
  • sloc: makefile: 10
file content (49 lines) | stat: -rw-r--r-- 835 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
 * This Source Code is subject to the terms of the Mozilla Public License
 * version 2.0 (the "License"). You can obtain a copy of the License at
 * http://mozilla.org/MPL/2.0/.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

scrollbox
{
  overflow: auto;
}

#groupDisabledWarning
{
  color: red;
}

dialog:not([advancedMode=true]) #nodes-tree,
dialog:not([advancedMode=true]) #nodes-tree-splitter
{
  display: none;
}

treechildren::-moz-tree-cell-text(anchor)
{
  font-weight: bold;
}
treechildren::-moz-tree-row(anchor, selected-false)
{
  background-color: #FFC0C0;
}

.attribute
{
  padding: 5px;
}
.attribute > checkbox:focus + vbox
{
  outline: 1px dotted ThreeDDarkShadow;
}
.attribute .label
{
  -moz-user-focus: ignore;
}
.attribute.advanced .checkbox-label-box
{
  display: none;
}