mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-19 12:00:09 +08:00
Add visualization of counter updates
This commit is contained in:
@@ -96,3 +96,24 @@ h1 br {
|
||||
#Status strong {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.update-value {
|
||||
position: relative;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.update-plus {
|
||||
color: green;
|
||||
float: left;
|
||||
right: 5px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.update-minus {
|
||||
color: red;
|
||||
float: left;
|
||||
right: 5px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user