Began to add global toolbar
This commit is contained in:
20
client/components/states_indicator/live/live.css
Normal file
20
client/components/states_indicator/live/live.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.live{
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
/* For text alignement */
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 30px;
|
||||
|
||||
cursor: default;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.enabled{
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.disabled{
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user