mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Make the tag pills a little flatter
This commit is contained in:
parent
594871e2d1
commit
fbf040f85e
@ -227,7 +227,7 @@ a.tw-tiddlylink-missing {
|
|||||||
|
|
||||||
.tw-tag-label {
|
.tw-tag-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2px 4px;
|
padding: 2px 6px;
|
||||||
font-size: 11.844px;
|
font-size: 11.844px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
@ -236,13 +236,7 @@ a.tw-tiddlylink-missing {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
border: 1px solid rgba(0,0,0,0.0);
|
<<border-radius 5px>>
|
||||||
<<border-radius 3px>>
|
|
||||||
<<box-shadow "inset 1px 1px 0 rgba(255,255,255,0.22)">>
|
|
||||||
}
|
|
||||||
|
|
||||||
.tw-tag-label:hover {
|
|
||||||
<<box-shadow "inset 0px 2em 0 rgba(0,0,0,0.22)">>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user