diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-03 11:10:26 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-03 11:10:26 +0100 |
commit | 8ff968a921a6093270b45a51a90caae6371e9f66 (patch) | |
tree | 42e9d4059bba6d5db28623f0112de258fb14644c /src/main/webapp/wayf.css | |
parent | 36a86bb40665b6f38df64e4a10d83ec077c2e433 (diff) | |
parent | b5c41b83249677bf1dec46de4a7ce97fee55729e (diff) |
merged 1.1.3
Diffstat (limited to 'src/main/webapp/wayf.css')
-rwxr-xr-x[-rw-r--r--] | src/main/webapp/wayf.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/webapp/wayf.css b/src/main/webapp/wayf.css index 744056b..768df92 100644..100755 --- a/src/main/webapp/wayf.css +++ b/src/main/webapp/wayf.css @@ -54,3 +54,21 @@ span.warning { text-align: center; margin-top: 1.5em; } + +div.dropdown { + -moz-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid black; + position: absolute; +} + +div.dropdown div { + background-color: white; + cursor: default; + padding: 0px 3px; +} + +div.dropdown div.current { + background-color: #3366cc; + color: white; +} |