Clickthrough on main when blur, and fixed search add bug

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 13:45:50 +01:00
parent 027afd15b1
commit 9d325792ca
2 changed files with 26 additions and 14 deletions

View File

@@ -93,6 +93,8 @@ input[type="radio"]{display: none;}
.toggtext{display: inline;}
.adminBox{float:right;}
.clickthrough{pointer-events: none;}
#adminPanel{border-bottom: none; color:white; height:190px; padding: 10px; overflow:hidden; background-color: rgba(0,0,0,0.2); transition: height 0.5s;}
.hiddenAdmin{padding:0 !important; margin:0 !important; height: 0 !important;}
.button{background-color: rgba(255,255,255,0.2); border-radius: 4px; border: none;color: white;padding: 5px 15px; margin-top: 15px; transition: all 0.1s ease-in-out;}