summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf.css
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-03 11:10:26 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-03 11:10:26 +0100
commit8ff968a921a6093270b45a51a90caae6371e9f66 (patch)
tree42e9d4059bba6d5db28623f0112de258fb14644c /src/main/webapp/wayf.css
parent36a86bb40665b6f38df64e4a10d83ec077c2e433 (diff)
parentb5c41b83249677bf1dec46de4a7ce97fee55729e (diff)
merged 1.1.3
Diffstat (limited to 'src/main/webapp/wayf.css')
-rwxr-xr-x[-rw-r--r--]src/main/webapp/wayf.css18
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;
+}