Adds option to stop and start a search. Adds better user experience to the search area.

This commit is contained in:
2022-11-08 23:55:02 +02:00
parent 9f30f30b9e
commit 461edf5c3f
8 changed files with 179 additions and 59 deletions

View File

@ -11,13 +11,16 @@
/* CSS Document */
.selected {
background-color:#d7d8db !important
background-color:#d7d8db !important
}
tr.selected td {
background-color:#d7d8db !important
background-color:#d7d8db !important
}
#search_settings_block .controls {
margin-left: 1px !important;
}
tr {
cursor:pointer
cursor:pointer
}
.found_code {
color: #46a546;