This commit is contained in:
Jeremy Thomas
2017-05-28 16:07:29 +01:00
parent c7d4f806de
commit eb3fd3bc66
5 changed files with 80 additions and 1 deletions

View File

@@ -1617,6 +1617,14 @@ a.box:active {
position: absolute !important;
}
.button.is-static {
background-color: whitesmoke;
border-color: #dbdbdb;
color: #7a7a7a;
box-shadow: none;
pointer-events: none;
}
button.button,
input[type="submit"].button {
line-height: 1;