Add support for "row status" in Buefy grid tables

This commit is contained in:
Lance Edgar 2019-03-28 23:09:10 -05:00
parent 24547b4fc5
commit 05b8ed7153
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,14 @@
/********************************************************************************
* grids.rowstatus.css
*
* Add "row status" styles for Buefy grid tables.
********************************************************************************/
tr.warning {
background-color: #fcc;
}
tr.notice {
background-color: #fe8;
}