diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-07-11 12:51:51 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-13 18:26:03 +0200 |
commit | 83518616e708daf5e484e6d6f1f8907282b5ded5 (patch) | |
tree | 6cbdea63cc78c828232263a6f05e43c0c283c704 /scss/custom.scss | |
parent | aef7dc4116b1ca380aad84f8422df73cc6b3a7f2 (diff) | |
download | Ishtar-83518616e708daf5e484e6d6f1f8907282b5ded5.tar.bz2 Ishtar-83518616e708daf5e484e6d6f1f8907282b5ded5.zip |
Search UI: auto launch search on bookmark selection and criteria close
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 03d42f0ce..f35078862 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -112,7 +112,12 @@ pre { background-color: white; } -.card-header, +.input-progress.form-control:focus, +.input-progress{ + background-color: $gray-300; +} + +.card-header, .input-progress, .table-striped tbody tr:nth-of-type(2n+1), .dt-bootstrap4 table.dataTable.stripe tbody tr.odd, .dt-bootstrap4 table.dataTable.display tbody tr.odd { |