-
Notifications
You must be signed in to change notification settings - Fork 7
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
SebCanet
committed
Oct 8, 2020
1 parent
b54eafd
commit 95974e8
Showing
5 changed files
with
51 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/** | ||
* @license | ||
* Copyright 2020 Sébastien CANET | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
/* CSS specific added for the theme */ | ||
|
||
body { | ||
background-color: #03234B; | ||
} | ||
#separator { | ||
background-color: #03234B; | ||
} | ||
#helpModal_header { | ||
background-color: #03234B; | ||
} | ||
.config_content { | ||
background-color: #03234B; | ||
} | ||
.modal-header { | ||
background-color: #03234B; | ||
} | ||
.accordion { | ||
background-color: #03234B; | ||
} | ||
.accordion:hover { | ||
color: #03234B; | ||
} | ||
.active { | ||
color: #03234B; | ||
background-color: #FFCC00; | ||
} | ||
.collapsibleButton { | ||
background-color: #03234B; | ||
} | ||
.active:after { | ||
color: #03234B; | ||
} | ||
#lateral-panel-setup-label { | ||
color: #03234B; | ||
} | ||
.closeModal:hover, | ||
.closeModal:focus { | ||
color: #FFCC00; | ||
} | ||
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ | ||
.active, .collapsibleButton:hover { | ||
background-color: #FFCC00; | ||
} |
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
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