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 Modify background styles of admin inputs, selects and textareas

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9511 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tony Partner committed Nov 21, 2010
1 parent ad7026f commit 379f626
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions admin/styles/default/adminstyle.css
Expand Up @@ -253,6 +253,20 @@ input, select, button {
font: 10px verdana, arial, sans-serif;
}

input,
textarea {
background: #FFF;
border: 1px solid #DBDFE6;
border-top-color: #ABADB3;
border-bottom-color: #E3E9EF;
padding: 2px;
}

select {
background: #FFF;
border: 1px solid #828790;
}

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

0 comments on commit 379f626

Please sign in to comment.