Skip to content

Commit

Permalink
04750: CSS tweaks to input/select background in admin interface (dev …
Browse files Browse the repository at this point in the history
…version)

Dev Comment out the background-color styles for inputs, textareas and selects
Dev The styles can still be used if there are visibility issues

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9521 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Nov 23, 2010
1 parent 2e1bbea commit 3cd09a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/styles/default/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ input, select, button {
font: 10px verdana, arial, sans-serif;
}

/* Uncomment these styles if you are using a system theme with a dark background
and are having difficulty seeing text in inputs, textareas and dropdown selects. */
/*
input,
textarea {
background: #FFF;
Expand All @@ -266,6 +269,7 @@ select {
background: #FFF;
border: 1px solid #828790;
}
*/

input[disabled], textarea[disabled], select[disabled], button[disabled] {
color: #999;
Expand Down

0 comments on commit 3cd09a3

Please sign in to comment.