Improve website panel heading experience

This commit is contained in:
Ivan Tham 2018-07-19 14:12:47 +08:00 committed by GitHub
parent c05adc545c
commit 2c65e7c835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
.form-inline .checkbox { margin-right: 0.6em }
.panel-heading { pointer: cursor; }
.panel-heading:hover { background-color: #eee; }
.panel-title { display: flex; }
.panel-title .label { display: inline-block; }