Commit 8886d995 authored by ninabreznik's avatar ninabreznik Committed by yann300

Refactoring for theme

parent 630703a1
...@@ -25,11 +25,14 @@ var css = csjs` ...@@ -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` ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment