forked from nocpiun/calcium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
861c9c2
commit 97eb5c6
Showing
4 changed files
with
44 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
body[theme=light] { | ||
kbd { | ||
background-color: #dad8d8; | ||
border-color: var(--ca-gray1); | ||
} | ||
|
||
.select { | ||
.select-button button, .select-panel { | ||
background-color: var(--ca-light2); | ||
} | ||
.select-panel-wrapper { | ||
box-shadow: 0 0 5px 0 #636262, 0 5px 15px #7e7e7e; | ||
} | ||
} | ||
|
||
#dialogs dialog { | ||
box-shadow: 0 0 11px 0px #636262, 0 16px 15px #7e7e7e; | ||
} | ||
|
||
.calculator-container .output-container .number-box-list .number-box.active * { | ||
color: #3b3c3c !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters