Merge remote-tracking branch 'upstream/pull/2505'
This commit is contained in:
commit
50b2f4f656
1 changed files with 3 additions and 3 deletions
|
@ -1135,7 +1135,7 @@ tr.turn:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border: 1px solid $grey;
|
border: 1px solid $grey;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
background-color: #F6F6F6;
|
background-color: $offwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -1149,7 +1149,7 @@ tr.turn:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse-tag-list {
|
.browse-tag-list {
|
||||||
background-color: #F6F6F6;
|
background-color: $offwhite;
|
||||||
border: 1px solid $grey;
|
border: 1px solid $grey;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
@ -1173,7 +1173,7 @@ tr.turn:hover {
|
||||||
|
|
||||||
.browse-tag-k {
|
.browse-tag-k {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background-color: #F6F6F6;
|
background-color: $offwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse-tag-v {
|
.browse-tag-v {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue