Enable within-session XUL caching, since there is no reason not to
[conkeror.git] / content / hints.css
blob1fc4f29a1593407c4e673050a5bd5ba70795fded
1 @namespace url("http://www.w3.org/1999/xhtml");
3 span.__conkeror_hint {
4 background-color: red !important;
5 color: white !important;
6 position: absolute !important;
7 font-size: 10px !important;
8 font-family: sans-serif !important;
9 font-weight: bold !important;
10 line-height: 10px !important;
11 padding: 0px 1px 0px 0px !important;
12 z-index: 10000001 !important;
13 display: none;
16 span.__conkeror_img_hint {
17 position: absolute;
18 opacity: 0.5;
19 z-index: 10000000;
22 /* FIXME: This should probably go in a different file. */
23 .__conkeror_textbox_edited_externally {
24 background-color: #bbbbbb !important;
25 -moz-appearance: none !important;