Merge commit 'jesse/master'
[taboo.git] / chrome / skin / start_xul.css
blob1b0f85c0f3162c05127cfb80eea55b99f563b6ec
1 #taboo {
2 background: #eee;
3 padding: 10px;
6 label.title {
7 font-size: 11px;
8 margin-left: 0;
11 label.url {
12 margin-left: 0;
13 font-size: 9px;
14 color: #08f;
15 text-decoration: underline;
16 padding-bottom: 2px;
19 .taboo {
20 margin: 5px;
21 padding: 5px;
22 -moz-border-radius: 10px;
23 border: 1px solid #e8e8e8;
24 background: #f8f8f8;
25 cursor: pointer;
26 color: #333;
29 .taboo image.preview {
30 margin: 5px 0 0 0;
31 border: 1px solid #888;
34 .taboo:hover {
35 border-color: #ddd;
36 background: #fff;
37 color: black;
40 .taboo:hover image.preview {
41 border-color: black;
44 .taboo:hover label.url {
45 color: #f80;
48 .delete {
49 background: transparent url("chrome://taboo/skin/close.png") top no-repeat;
50 width: 14px !important;
51 height: 14px !important;
52 top: -10px;
53 right: -10px;
54 display: block;
55 position: fixed;
58 .delete:hover {
59 background: transparent url("close.png") bottom no-repeat;
63 li .delete:hover {