Browse Source

Fix filter buttons color

rfm69
Xose Pérez 6 years ago
parent
commit
8411e7bfe6
13 changed files with 16176 additions and 16174 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.light.html.gz
  3. BIN
      code/espurna/data/index.rfbridge.html.gz
  4. BIN
      code/espurna/data/index.rfm69.html.gz
  5. BIN
      code/espurna/data/index.sensor.html.gz
  6. BIN
      code/espurna/data/index.small.html.gz
  7. +2720
    -2720
      code/espurna/static/index.all.html.gz.h
  8. +2635
    -2635
      code/espurna/static/index.light.html.gz.h
  9. +2267
    -2266
      code/espurna/static/index.rfbridge.html.gz.h
  10. +4024
    -4024
      code/espurna/static/index.rfm69.html.gz.h
  11. +2305
    -2305
      code/espurna/static/index.sensor.html.gz.h
  12. +2223
    -2222
      code/espurna/static/index.small.html.gz.h
  13. +2
    -2
      code/html/custom.css

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


BIN
code/espurna/data/index.rfbridge.html.gz View File


BIN
code/espurna/data/index.rfm69.html.gz View File


BIN
code/espurna/data/index.sensor.html.gz View File


BIN
code/espurna/data/index.small.html.gz View File


+ 2720
- 2720
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 2635
- 2635
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 2267
- 2266
code/espurna/static/index.rfbridge.html.gz.h
File diff suppressed because it is too large
View File


+ 4024
- 4024
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 2305
- 2305
code/espurna/static/index.sensor.html.gz.h
File diff suppressed because it is too large
View File


+ 2223
- 2222
code/espurna/static/index.small.html.gz.h
File diff suppressed because it is too large
View File


+ 2
- 2
code/html/custom.css View File

@ -168,6 +168,8 @@ div.state {
.button-del-schedule, .button-del-schedule,
.button-dbg-clear, .button-dbg-clear,
.button-upgrade, .button-upgrade,
.button-clear-filters,
.button-clear-counts,
.button-settings-factory { .button-settings-factory {
background: rgb(192, 0, 0); /* redish */ background: rgb(192, 0, 0); /* redish */
} }
@ -176,8 +178,6 @@ div.state {
.button-update-password, .button-update-password,
.button-add-network, .button-add-network,
.button-add-mapping, .button-add-mapping,
.button-clear-filters,
.button-clear-counts,
.button-upgrade-browse, .button-upgrade-browse,
.button-rfb-learn, .button-rfb-learn,
.button-ha-add, .button-ha-add,


Loading…
Cancel
Save