1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

Allow ActionButtons to be disabled

This commit is contained in:
Toby Zerner
2015-05-27 16:21:15 +09:30
parent c5d820a92d
commit 6fed357605
2 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,12 @@
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
&.disabled {
cursor: default;
text-decoration: none;
opacity: 0.5;
}
}
& .btn {
margin: -10px;