diff options
| author | Rob Peters <makitso@gmail.com> | 2010-07-21 14:55:57 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-07-21 14:55:57 +0000 |
| commit | 685172ae9f1e4cc3cefd19a2f188f592ff0cb341 (patch) | |
| tree | b5f81e01d2230b2e143c5e31f80fe5e8309b8b2c | |
| parent | 992e39cd6c0ec28b3c5d3db07de218564e3b6bee (diff) | |
| download | webtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.tar.gz webtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.tar.bz2 webtrees-685172ae9f1e4cc3cefd19a2f188f592ff0cb341.zip | |
Fix select background color for Opera 10.5
| -rw-r--r-- | themes/colors/opera.css | 4 |
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; +} |
