mirror of
https://github.com/simonw/datasette.git
synced 2026-06-13 20:46:58 +02:00
Merge c820abd0bc into d8605ef4c2
This commit is contained in:
commit
986083e68e
1 changed files with 28 additions and 5 deletions
|
|
@ -206,14 +206,15 @@ a:link {
|
|||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #54AC8E;
|
||||
color: #041C8E;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: #67C98D;
|
||||
text-decoration: underline;
|
||||
color: #07407B;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
}
|
||||
|
||||
button.button-as-link {
|
||||
|
|
@ -254,7 +255,6 @@ ul.bullets li {
|
|||
list-style-type: circle;
|
||||
}
|
||||
ul.tight-bullets li {
|
||||
list-style-type: disc;
|
||||
margin-bottom: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
@ -691,15 +691,24 @@ button.core[type=button] {
|
|||
|
||||
|
||||
|
||||
.facet-info-name {
|
||||
text-align: center;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 1.2em;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.facet-results {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.facet-info {
|
||||
width: 250px;
|
||||
width: auto;
|
||||
margin-right: 15px;
|
||||
border: 0px solid #8872;
|
||||
padding: 10px;
|
||||
}
|
||||
.facet-info-total {
|
||||
font-size: 0.8em;
|
||||
|
|
@ -710,7 +719,21 @@ button.core[type=button] {
|
|||
.facet-info ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.facet-info li {
|
||||
border-bottom: 1px solid #8872;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.facet-info li:hover {
|
||||
background: #8872;
|
||||
}
|
||||
|
||||
.facet-info ul {
|
||||
padding-left: 1.25em;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue