Refactoring for theme

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

@ -27,9 +27,12 @@ var css = csjs`
.jumpButton {
${styles.button}
}
.navigator:hover {
.navigator {
color: ${styles.colors.black}
}
.navigator:hover {
color: ${styles.colors.orange}
}
`
function ButtonNavigator (_parent, _traceManager) {

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

Loading…
Cancel
Save