mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 02:20:49 +01:00
fixed tag styling in acp
This commit is contained in:
@@ -313,6 +313,10 @@
|
||||
|
||||
.tags {
|
||||
.tag-list {
|
||||
h3 {
|
||||
min-width: 225px;
|
||||
}
|
||||
|
||||
.tag-row {
|
||||
a {
|
||||
display: inline-block;
|
||||
@@ -326,6 +330,33 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tag-item {
|
||||
border: solid 1px @gray-light;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
background-color: transparent;
|
||||
color: @gray-light;
|
||||
padding: .2em .6em .3em;
|
||||
font-size: 75%;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tag-topic-count {
|
||||
border: solid 1px lighten(@brand-primary, 20%);
|
||||
background-color: lighten(@brand-primary, 20%);
|
||||
color: #FFFFFF;
|
||||
padding: .2em .6em .3em;
|
||||
font-size: 75%;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
border-left: none;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user