Add support for "row status" in Buefy grid tables
This commit is contained in:
parent
24547b4fc5
commit
05b8ed7153
4 changed files with 30 additions and 1 deletions
14
tailbone/static/themes/falafel/css/grids.rowstatus.css
Normal file
14
tailbone/static/themes/falafel/css/grids.rowstatus.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue