sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / LCARStrek / mozapps / extensions / eula.css
CommitLineData
1e29db46
RK
1#icon {
2 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
3 max-width: 48px;
4 max-height: 48px;
5 -moz-margin-end: 6px;
6}
7
8#eula-dialog[addontype="theme"] #icon {
9 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
10}
11
12#eula-dialog[addontype="locale"] #icon {
13 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
14}
15
16#eula-dialog[addontype="plugin"] #icon {
17 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
18}
19
20#eula-dialog[addontype="dictionary"] #icon {
21 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
22}
23
24#heading-container {
25 -moz-box-align: center;
26}
27
e10e7add
RK
28#heading {
29 font-size: 120%;
30}
31
32#eula {
33 -moz-appearance: none;
8ad8bf83 34 font-family: "Liberation Mono", Consolas, "Courier New", monospace;
e10e7add
RK
35 background-color: #000000;
36 color: #FF9F00;
37 border: 1px solid #9C9CFF;
02920d2b 38 margin: 1em 0;
e10e7add 39}