gui: Accordion titles as buttons

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3284
LGTM: calmh, AudriusButkevicius
This commit is contained in:
Daniel Harte
2016-06-08 15:55:44 +00:00
committed by Audrius Butkevicius
parent d2bb6e0c0a
commit 09b7348595
2 changed files with 13 additions and 9 deletions

View File

@@ -183,10 +183,14 @@ table.table-condensed td.no-overflow-ellipse {
margin-bottom: 0.25em;
}
.panel-heading {
button.panel-heading {
display: block;
cursor: pointer;
position: relative;
width: 100%;
text-align: left;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.panel-heading .panel-title-text {