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;
|
||||
border: 1px solid $grey;
|
||||
border-radius: 4px 4px 0 0;
|
||||
background-color: #F6F6F6;
|
||||
background-color: $offwhite;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -1149,7 +1149,7 @@ tr.turn:hover {
|
|||
}
|
||||
|
||||
.browse-tag-list {
|
||||
background-color: #F6F6F6;
|
||||
background-color: $offwhite;
|
||||
border: 1px solid $grey;
|
||||
border-radius: 3px;
|
||||
table-layout: fixed;
|
||||
|
@ -1173,7 +1173,7 @@ tr.turn:hover {
|
|||
|
||||
.browse-tag-k {
|
||||
font-weight: 500;
|
||||
background-color: #F6F6F6;
|
||||
background-color: $offwhite;
|
||||
}
|
||||
|
||||
.browse-tag-v {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue