Skip to content

Commit 1a1decc

Browse files
committed
Add GitHub-style disable class. Fix necolas#4
1 parent bbd5dc8 commit 1a1decc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gh-buttons.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ http://github.com/necolas/css3-github-buttons
286286
border-radius: 50em;
287287
}
288288

289+
/* ............................................................................................................. Disable */
290+
291+
.button.disable {
292+
opacity: 0.5;
293+
}
294+
289295
/* ............................................................................................................. Big */
290296

291297
.button.big {

0 commit comments

Comments
 (0)