Skip to content

Commit

Permalink
fix(frontend/controller): style info panel's buttons
Browse files Browse the repository at this point in the history
Uses theme variable colors for styling.

Fixes #492
  • Loading branch information
saihaj committed May 8, 2020
1 parent cb51a1f commit 615405b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/frontend/src/Controller/ShabadInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,21 @@

.db-viewer-button{
padding-right: 10px;
color: var(--settings-text-color) !important;
background-color: var(--settings-setting-off-color) !important;
}

.db-viewer-button:hover {
color: var(--settings-background-color) !important;
background-color: var(--settings-setting-on-color) !important;
}

.copy-shabad-button{
color: var(--settings-text-color) !important;
background-color: var(--settings-setting-off-color) !important;
}

.copy-shabad-button:hover{
color: var(--settings-background-color) !important;
background-color: var(--settings-setting-on-color) !important;
}

0 comments on commit 615405b

Please sign in to comment.