CSS for color square of the categories in caption
This commit is contained in:
parent
d262703813
commit
945994afa0
1 changed files with 9 additions and 0 deletions
|
@ -79,3 +79,12 @@ input:-moz-placeholder, :-moz-placeholder {
|
||||||
#storage-ui-container.warning .button:hover {
|
#storage-ui-container.warning .button:hover {
|
||||||
background-color: #970b0e;
|
background-color: #970b0e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Map infos */
|
||||||
|
.category_color {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
margin-right: 10px;
|
||||||
|
border: 1px solid #000;
|
||||||
|
}
|
Loading…
Reference in a new issue