Rollback Fix

This commit is contained in:
Minik Gaarde Lambrecht
2021-03-26 10:24:47 +01:00
parent 42159a3eb7
commit bb61351df5
8 changed files with 154 additions and 220 deletions
+69 -26
View File
@@ -118,15 +118,11 @@ a:hover {
margin: 1vw 10vw 0;
}
.RightNavText {
color: rgba(255, 255, 255, .75);
}
.RightNavButton {
.LoginButton {
color: rgba(255, 255, 255, .55);
}
.RightNavButton:hover {
.LoginButton:hover {
color: rgba(255, 255, 255, .75);
}
@@ -263,7 +259,7 @@ a:hover {
.modal-body {
padding: 0 0;
margin: 1vh 1vw;
margin: 2vh 2vw;
background-color: rgb(18, 18, 18);
}
@@ -355,6 +351,65 @@ a:hover {
transform: translate(-50%, -50%);
}
.box #NUDMinus {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
float: left;
}
.box #NUDMinus:focus {
box-shadow: none;
}
.box #NUDMinus:focus-visible {
outline: none;
}
.box #NUDDisplay {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
cursor: text;
width: 65%;
}
.box #NUDDisplay:focus {
box-shadow: none;
}
.box #NUDDisplay:focus-visible {
outline: none;
}
.box #NUDPlus {
color: rgba(255, 255, 255, .55);
background-color: transparent;
border: none;
float: right;
}
.box #NUDPlus:focus {
box-shadow: none;
}
.box #NUDPlus:focus-visible {
outline: none;
}
.box #GameJamSelect:focus {
box-shadow: none;
}
.box #GameJamSelect:hover {
color: rgba(255, 255, 255, .75);
}
.box #GameJamSelect ul {
background-color: red;
}
.box {
background-color: rgb(18, 18, 18);
}
@@ -397,12 +452,11 @@ a:hover {
color: rgba(255, 255, 255, .75);
}
.box #LoginBtn,
.box #RegisterBtn {
.box input[type="submit"] {
border: 0;
background: none;
display: block;
margin: 20px auto 0 auto;
margin: 20px auto;
text-align: center;
border: 2px solid rgb(46, 204, 113);
padding: 14px 40px;
@@ -413,22 +467,7 @@ a:hover {
cursor: pointer;
}
.box #AdminLoginBtn {
border: 0;
background: transparent;
color: rgba(255, 255, 255, .55);
display: block;
margin: 0 auto;
text-align: center;
padding: 14px 10px;
outline: none;
border-radius: 24px;
transition: 0.25s;
cursor: pointer;
}
.box #LoginBtn:hover,
.box #RegisterBtn:hover {
.box input[type="submit"]:hover {
background: rgb(46, 204, 113);
color: rgba(255, 255, 255, .75);
}
@@ -690,6 +729,10 @@ image_gruppenavn{
background-color: #01579b;
border-radius: 50%;
}
.hasEvent {
background-color: red;;
}
/*Kalender slut*/
#return-to-top {