Skip to content

Commit

Permalink
add SETTINGS text to config button
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Mar 12, 2024
1 parent 97a6342 commit be08dd6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/launchWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const Control: React.FC<IControlProps> = ({
className="header-button"
onClick={() => app.commands.execute(PLUGIN_ID_OPEN_SETTINGS)}
>
<div className="nv-header-icon-text">settings</div>
<settingsIcon.react className="nv-header-icon"></settingsIcon.react>
</Button>
</div>
Expand Down
17 changes: 17 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@
box-shadow: 0 0 5px 2px #ff7900; /* Reduced blur for the glowing effect on hover */
}

.nv-header-icon-text {
font-family: 'Courier New', Courier, monospace;
word-spacing: 5px;
font-variant: all-small-caps;
color: #ff7900;
margin-right: 3px;
font-size: 15px;
}

.nv-header-icon-text:hover {
text-shadow:
-0.25px 0 #ff7900,
0 0.25px #ff7900,
0.25px 0 #ff7900,
0 -0.25px #ff7900;
}
.chart-title {
padding-left: 62px;
font-size: 22px;
Expand Down Expand Up @@ -153,6 +169,7 @@

.nv-header-icon svg path {
fill: #ff7900 !important;
font-size: 5px !important;
}

.nv-icon-custom {
Expand Down

0 comments on commit be08dd6

Please sign in to comment.