mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Border radius on every corner of tag's list
This commit is contained in:
parent
c235cb75cd
commit
7475924eac
2 changed files with 3 additions and 2 deletions
|
@ -143,7 +143,7 @@ a.original:not(.waves-effect) {
|
||||||
margin: 10px 10px 10px auto;
|
margin: 10px 10px 10px auto;
|
||||||
padding: 5px 12px 5px 16px !important;
|
padding: 5px 12px 5px 16px !important;
|
||||||
background-color: $blueAccentColor;
|
background-color: $blueAccentColor;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 3px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
@ -151,6 +151,7 @@ a.original:not(.waves-effect) {
|
||||||
.card-entry-labels li {
|
.card-entry-labels li {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
border-radius: 0 3px 3px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue