blob: cb5fa1bc487658aad6f7f60cd25643117e84bf91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@import "bootstrap";
body {
padding: 40px;
}
@import "bootstrap-responsive";
table.table-hover .btn {
opacity: 0;
}
table.table-hover tr:hover .btn {
opacity: 1;
}
@import "bootstrap-editable";
|