Adds option to stop and start a search. Adds better user experience to the search area.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user