diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index e30ff963aa4..032398ad750 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -538,8 +538,16 @@ form #selectDbType label { } form #selectDbType label.ui-state-hover, form #selectDbType label.ui-state-active { + font-weight: normal; color:#000; - background-color:#e8e8e8; } + background-color:#e8e8e8; +} +form #selectDbType .ui-visual-focus { + box-shadow: none; +} +form #selectDbType label span { + display: none; +} /* Nicely grouping input field sets */ .grouptop, |