summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf.css
diff options
context:
space:
mode:
authorroot <root@ds1.sunet.se>2010-06-29 23:47:21 +0200
committerroot <root@ds1.sunet.se>2010-06-29 23:47:21 +0200
commitca19e1aeccc299295d581aab6e9f409f85c248c2 (patch)
tree5d398811083d3a0bea2a530f94f2eea9ad2345d9 /src/main/webapp/wayf.css
parent0a90384a9c7d840e88d9636271e8393a514647a0 (diff)
import 1.1.
Diffstat (limited to 'src/main/webapp/wayf.css')
-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 4056aa3..0eeb26c 100644
--- a/src/main/webapp/wayf.css
+++ b/src/main/webapp/wayf.css
@@ -102,3 +102,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;
+}