Update flat buttons highlight color

This commit is contained in:
EliverLara
2019-04-01 12:52:32 -06:00
parent 5876be0d80
commit 2c1f693c2f
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
notebook > header > tabs > arrow.image-button:hover,
button.flat.image-button:hover {
background-color: #00D3A7;
background-color: #f7b922;
color: #fefefe; }
notebook > header > tabs > arrow:hover,
button:hover {

View File

@@ -290,7 +290,7 @@ button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
notebook > header > tabs > arrow.image-button:hover,
button.flat.image-button:hover {
background-color: #00D3A7;
background-color: #f7b922;
color: #fefefe; }
notebook > header > tabs > arrow:hover,
button:hover {