gui: Improve layout of accordion titles

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3172
This commit is contained in:
Daniel Harte
2016-05-30 08:18:09 +00:00
committed by Jakob Borg
parent 7373d2eb3c
commit 46fa5a374b
4 changed files with 68 additions and 41 deletions

View File

@@ -18,4 +18,8 @@
.li-column {
background-color: rgb(236, 240, 241);
border-radius: 3px;
}
}
.panel-heading:hover, .panel-heading:focus {
text-decoration: none;
}