Skip to content

Commit

Permalink
.core label, refs #2420
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 6, 2024
1 parent 2170269 commit deb482a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,8 @@ a.blob-download {
margin-bottom: 0;
}


/* Forms =================================================================== */


form.sql textarea {
border: 1px solid #ccc;
width: 70%;
Expand All @@ -514,10 +512,6 @@ form.sql textarea {
form.sql label {
width: 15%;
}
form label {
font-weight: bold;
display: inline-block;
}
.advanced-export input[type=submit] {
font-size: 0.6em;
margin-left: 1em;
Expand All @@ -529,6 +523,12 @@ pre#sql-query {
margin-bottom: 1em;
}

.core label,
label.core {
font-weight: bold;
display: inline-block;
}

.core input[type=text],
input.core[type=text],
.core input[type=search],
Expand All @@ -541,10 +541,10 @@ input.core[type=search] {
font-size: 1em;
font-family: Helvetica, sans-serif;
}
/* Stop Webkit from styling search boxes in an inconsistent way */
/* https://css-tricks.com/webkit-html5-search-inputs/ comments */
.core input[type=search],
input.core[type=search] {
/* Stop Webkit from styling search boxes in an inconsistent way */
/* https://css-tricks.com/webkit-html5-search-inputs/ comments */
-webkit-appearance: textfield;
}
.core input[type="search"]::-webkit-search-decoration,
Expand Down

0 comments on commit deb482a

Please sign in to comment.