Browse Source

Merge pull request #601 from MohammadYounes/button

Adds ability to change conditionals text
pull/617/head
Jack Lukic 11 years ago
parent
commit
f540e63f24
1 changed files with 3 additions and 0 deletions
  1. 3
      src/elements/button.less

3
src/elements/button.less

@ -940,6 +940,9 @@
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.buttons .or[data-text]:before{
content: attr(data-text);
}
.ui.buttons .or:after {
position: absolute;
top: 0em;

Loading…
Cancel
Save