make sure green UI elements use the same green

This commit is contained in:
ansuz
2017-03-30 15:50:06 +02:00
parent 18469edf18
commit 7908f3b4f0
4 changed files with 14 additions and 12 deletions

View File

@@ -222,12 +222,12 @@
background: transparent;
}
.cryptpad-toolbar #newLag.lag3 span {
background-color: green;
border-color: green;
background-color: #5cb85c;
border-color: #5cb85c;
}
.cryptpad-toolbar #newLag.lag4 span {
background-color: green;
border-color: green;
background-color: #5cb85c;
border-color: #5cb85c;
}
.cryptpad-toolbar div {
white-space: normal;