diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index d61d5a6c4..4d6c9e2a5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2593,6 +2593,10 @@ a.delete_report_button:hover { width:300px; } +.ac_results strong { + font-weight: bold; +} + .user_picker .user_picker_entry { clear: both; padding: 1em; @@ -2601,4 +2605,4 @@ a.delete_report_button:hover { .livesearch_icon { float: left; padding-right: 1em; -}
\ No newline at end of file +} |