forked from mfields/Taxonomy-Images
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin.css
57 lines (57 loc) · 1.19 KB
/
admin.css
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
50
51
52
53
54
55
56
57
.taxonomy-images-modal .create-association .term-name {
font-style: italic;
}
.taxonomy-images-modal .create-association {
display: inline;
}
.taxonomy-images-modal .remove-association {
color: #bc0b0b;
cursor: pointer;
display: none;
text-decoration: underline;
}
.taxonomy-images-modal #tab-type_url,
.taxonomy-images-modal .savesend input {
display: none !important;
}
.taxonomy-image-thumbnail {
display: block;
margin-bottom: 3px;
overflow: hidden;
text-align: center;
width: 77px;
height: 77px;
}
.taxonomy-image-control .control {
background: url( controls.png );
background-repeat: no-repeat;
display: block;
float: left;
text-indent: -9999em;
width: 15px;
height: 15px;
}
.taxonomy-image-control .control:hover {
cursor: pointer;
}
.taxonomy-image-control .upload {
background-position: 0 0;
}
.taxonomy-image-control .upload:hover {
background-position: -15px 0;
}
.taxonomy-image-control .remove {
background-position: -30px 0;
}
.taxonomy-image-control .remove:hover {
background-position: -45px 0;
}
.taxonomy-image-control .library {
background-position: -60px 0;
}
.taxonomy-image-control .hide {
visibility: hidden;
}
.taxonomy-image-control .show {
visibility: visible;
}