diff options
author | Cesar G <prototech91@gmail.com> | 2014-04-15 15:10:15 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-15 15:10:15 -0700 |
commit | e174e29b41e57765295edc59a288cddc017269b4 (patch) | |
tree | dd95c773bf9ff3236e920b4fddff72a4d1350fd2 /phpBB/adm | |
parent | ccadda530deeca6239b5d0cdbced412e1c820f58 (diff) | |
download | forums-e174e29b41e57765295edc59a288cddc017269b4.tar forums-e174e29b41e57765295edc59a288cddc017269b4.tar.gz forums-e174e29b41e57765295edc59a288cddc017269b4.tar.bz2 forums-e174e29b41e57765295edc59a288cddc017269b4.tar.xz forums-e174e29b41e57765295edc59a288cddc017269b4.zip |
[ticket/12201] Update select element to follow same design as prosilver.
PHPBB3-12201
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 69c8e19e8b..4e34aff919 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1130,11 +1130,14 @@ input.langvalue, textarea.langvalue { } optgroup, select { + background-color: #FAFAFA; + border: 1px solid #666666; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.85em; font-weight: normal; font-style: normal; cursor: pointer; + padding: 1px; vertical-align: middle; width: auto; color: #000; |