summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/wayf.css')
-rw-r--r--src/main/webapp/wayf.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main/webapp/wayf.css b/src/main/webapp/wayf.css
index 768df92..744056b 100644
--- a/src/main/webapp/wayf.css
+++ b/src/main/webapp/wayf.css
@@ -54,21 +54,3 @@ 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;
-}