update CSS
This commit is contained in:
parent
a22faf09df
commit
06bf852342
|
@ -7,6 +7,10 @@ textarea {
|
||||||
height:50%;
|
height:50%;
|
||||||
color: lime;
|
color: lime;
|
||||||
border: 1px solid #999; }
|
border: 1px solid #999; }
|
||||||
|
#newEvent {
|
||||||
|
display: none;}
|
||||||
|
#editEvent {
|
||||||
|
display: none; }
|
||||||
.warn { color: yellow; }
|
.warn { color: yellow; }
|
||||||
.green { color: lime; }
|
.green { color: lime; }
|
||||||
.over { color: red; }
|
.over { color: red; }
|
||||||
|
|
Loading…
Reference in New Issue