mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-07 05:24:51 +01:00
19 lines
377 B
CSS
19 lines
377 B
CSS
/* app css stylesheet */
|
|
|
|
h3 { text-align: center; }
|
|
|
|
material-button { padding: 0 3px;
|
|
margin: 0 3px; }
|
|
|
|
material-content table { max-width: 99%;
|
|
width: 99%; }
|
|
|
|
.date,
|
|
.panel-heading { text-align: center }
|
|
|
|
.balance{color:#fff}
|
|
.balance.positive{background-color:#0a0}
|
|
.balance.negative{background-color:#a00}
|
|
|
|
.even{background-color:#ddd}
|
|
.odd{background-color:#eee}
|