]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_tables.scss
Added User managment. Fixes #5
[bookstack] / resources / assets / sass / _tables.scss
1
2 table.table {
3   width: 100%;
4   tr {
5     border-bottom: 1px solid #DDD;
6   }
7   th, td {
8     text-align: left;
9     border: none;
10     padding: $-xs $-xs;
11   }
12   th {
13     font-weight: bold;
14   }
15   tr:hover {
16     background-color: #EEE;
17   }
18 }