mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
css fix
This commit is contained in:
parent
b8ffac4275
commit
8383202ceb
32
css/main.css
32
css/main.css
@ -55,10 +55,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-table-item-selected {
|
.ascribe-table-item-selected {
|
||||||
/*.btn-ascribe, .btn-ascribe:hover, .btn-ascribe:active, .btn-ascribe:focus {*/
|
background-color: rgba(2, 182, 163, 0.5);
|
||||||
/*background-color: rgba(2, 182, 163, 0.5);*/
|
}
|
||||||
/*border-color: rgba(2, 182, 163, 0.5);*/
|
|
||||||
/*}*/
|
.ascribe-table-item-selectable {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.piece-list-toolbar {
|
||||||
|
height:3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-margin {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-ascribe, .btn-ascribe-inv {
|
.btn-ascribe, .btn-ascribe-inv {
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
@ -112,19 +123,6 @@
|
|||||||
background-color: rgba(2, 182, 163, 0.5);
|
background-color: rgba(2, 182, 163, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-table-item-selectable {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.piece-list-toolbar {
|
|
||||||
height:3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-margin {
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ascribe-detail-header {
|
.ascribe-detail-header {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user