Am 05/07/2014 02:20 AM, schrieb Alexandro Colorado:
On Sun, May 4, 2014 at 11:37 AM, Marcus (OOo)<marcus.m...@wtnet.de> wrote:
Another update, seems this weekend I've my productive phase: ;-)
http://ooo-site.staging.apache.org/download/test/index_droplist.html
What was done:
- Grey box:
- Bye, bye grey color - hello green freshness.
I would recommend styling the select boxes, here is an example of how CSS
can style them:
http://bavotasan.com/2011/style-select-box-using-only-css/
The code should be something like the following:
<div class="styled-select">
<select>
...
</div>
and the css:
#lang #os, #ver {
background: transparent; width: 268px;
padding: 5px; font-size: 16px;
line-height: 1; border: 0;
border-radius: 0;
height: 34px; -webkit-appearance: none;
}
thanks for your design suggestion and example. I'll add this to the
todo-list.
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org