Browse Source

Adds ability to change conditionals text

pull/601/head
Mohammad Younes 10 years ago
parent
commit
fde4e2839d
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; -ms-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
.ui.buttons .or[data-text]:before{
content: attr(data-text);
}
.ui.buttons .or:after { .ui.buttons .or:after {
position: absolute; position: absolute;
top: 0em; top: 0em;

Loading…
Cancel
Save