Browse Source

fixes #52 issue with loading input clearing other icons

Former-commit-id: 814c24a7b0755de390ffd9c954b7782abef5e570
Former-commit-id: 90331d344411cf438faebc992ae92969b02e8139
beta
jlukic 11 years ago
parent
commit
83ada776e4
  1. 6
      build/less/elements/input.less
  2. 6
      build/uncompressed/elements/input.css
  3. 6
      node/src/files/release/less/elements/input.less
  4. 6
      node/src/files/release/uncompressed/elements/input.css
  5. 6
      src/elements/input.less

6
build/less/elements/input.less

@ -108,11 +108,11 @@
Loading
---------------------*/
.ui.loading.input .icon {
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input .icon:before,
.ui.loading.input .icon:after {
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}

6
build/uncompressed/elements/input.css

@ -67,11 +67,11 @@
/*--------------------
Loading
---------------------*/
.ui.loading.input .icon {
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input .icon:before,
.ui.loading.input .icon:after {
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}
/*--------------------

6
node/src/files/release/less/elements/input.less

@ -108,11 +108,11 @@
Loading
---------------------*/
.ui.loading.input .icon {
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input .icon:before,
.ui.loading.input .icon:after {
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}

6
node/src/files/release/uncompressed/elements/input.css

@ -67,11 +67,11 @@
/*--------------------
Loading
---------------------*/
.ui.loading.input .icon {
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input .icon:before,
.ui.loading.input .icon:after {
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}
/*--------------------

6
src/elements/input.less

@ -108,11 +108,11 @@
Loading
---------------------*/
.ui.loading.input .icon {
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input .icon:before,
.ui.loading.input .icon:after {
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}

Loading…
Cancel
Save