summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-07-21 14:55:57 +0000
committerRob Peters <makitso@gmail.com>2010-07-21 14:55:57 +0000
commit685172ae9f1e4cc3cefd19a2f188f592ff0cb341 (patch)
treeb5f81e01d2230b2e143c5e31f80fe5e8309b8b2c /themes
parent992e39cd6c0ec28b3c5d3db07de218564e3b6bee (diff)
downloadwebtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.tar.gz
webtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.tar.bz2
webtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.zip
Fix select background color for Opera 10.5
Diffstat (limited to 'themes')
-rw-r--r--themes/colors/opera.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/colors/opera.css b/themes/colors/opera.css
index 58ac063eab..6281492418 100644
--- a/themes/colors/opera.css
+++ b/themes/colors/opera.css
@@ -5,4 +5,6 @@
.ui-accordion .ui-accordion-header a { margin-top: 10px; }
#sidebar_pin img, #sidebar_open img {margin-top: 9px;}
-
+select {
+background: #f0ebe2;
+}