Private
Public Access
1
0

added virtualevent_view urls.py line 146

This commit is contained in:
Sander Roosendaal
2018-09-29 11:36:16 +02:00
parent 2350de850e
commit 004031e352
3 changed files with 97 additions and 58 deletions

View File

@@ -299,6 +299,19 @@ th.rotate > div > span {
color: #a9c08c;
}
.blue {
color: #fae7e9;
border: solid 1px #27aae2;
background: #27aae2;
}
.blue:hover {
background: #1c74bb;
border: solid 1px #27aae2;
}
.blue:active {
color: #ffffff;
}
.input {
font: 1.1em/1.5em sans-serif;
text-decoration: none;
@@ -399,18 +412,6 @@ th.rotate > div > span {
color: #27aae2;
}
.blue {
color: #fae7e9;
border: solid 1px #27aae2;
background: #27aae2;
}
.blue:hover {
background: #1c74bb;
border: solid 1px #27aae2;
}
.blue:active {
color: #ffffff;
}
.rbluetext {
color: #27aae1;