Improving style of Help buttons.

This commit is contained in:
Gunther Brunner
2014-08-28 21:22:46 +09:00
parent eb968fa737
commit 656c2d66e7
7 changed files with 11 additions and 19 deletions

View File

@@ -398,3 +398,8 @@ input {
-webkit-transition: none !important;
transition: none !important;
}
/* Transparent border for buttons */
.transparent-border {
border: 1px solid transparent;
}