mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
css changes
This commit is contained in:
parent
d601a2818f
commit
a74f4158c6
@ -114,6 +114,8 @@ input#selectAll {
|
|||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
background-color: black;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.labelName {
|
.labelName {
|
||||||
@ -124,12 +126,15 @@ input#selectAll {
|
|||||||
|
|
||||||
.labelTag {
|
.labelTag {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 7px;
|
||||||
color: white;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 2px 5px 1px 5px;
|
padding: 2px 5px 2px 5px;
|
||||||
|
background-color: black;
|
||||||
|
position: relative;
|
||||||
|
left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------- Sorting --------------------------------- */
|
/* ---------------------------- Sorting --------------------------------- */
|
||||||
|
Loading…
Reference in New Issue
Block a user