Browse Source

Removed radio and shadow on active

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v16.0.0beta1
John Molakvoæ (skjnldsv) 5 years ago
parent
commit
4965f8c723
No account linked to committer's email address
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      core/css/guest.css

+ 9
- 1
core/css/guest.css View File

@@ -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,

Loading…
Cancel
Save