Refactoring for theme

pull/7/head
ninabreznik 7 years ago committed by yann300
parent 630703a104
commit 8886d995ec
  1. 7
      src/ui/ButtonNavigator.js
  2. 3
      src/ui/TxBrowser.js

@ -25,11 +25,14 @@ var css = csjs`
justify-content: center justify-content: center
} }
.jumpButton { .jumpButton {
${styles.button} ${styles.button}
} }
.navigator:hover { .navigator {
color: ${styles.colors.black} color: ${styles.colors.black}
} }
.navigator:hover {
color: ${styles.colors.orange}
}
` `
function ButtonNavigator (_parent, _traceManager) { function ButtonNavigator (_parent, _traceManager) {

@ -36,9 +36,10 @@ var css = csjs`
} }
.txbutton { .txbutton {
${styles.button} ${styles.button}
color: ${styles.colors.black};
} }
.txbutton:hover { .txbutton:hover {
color: ${styles.colors.black}; color: ${styles.colors.orange};
} }
` `
function TxBrowser (_parent) { function TxBrowser (_parent) {

Loading…
Cancel
Save