-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
17ef8d6
commit 9cdaa7a
Showing
5 changed files
with
52 additions
and
22 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: #006468; | ||
} | ||
#separator { | ||
background-color: #006468; | ||
} | ||
#helpModal_header { | ||
background-color: #006468; | ||
} | ||
.config_content { | ||
background-color: #006468; | ||
} | ||
.modal-header { | ||
background-color: #006468; | ||
} | ||
.accordion { | ||
background-color: #006468; | ||
} | ||
.accordion:hover { | ||
color: #006468; | ||
} | ||
.active { | ||
color: #006468; | ||
background-color: #FFCC00; | ||
} | ||
.collapsibleButton { | ||
background-color: #006468; | ||
} | ||
.active:after { | ||
color: #006468; | ||
} | ||
#lateral-panel-setup-label { | ||
color: #006468; | ||
} | ||
.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