Skip to content
Snippets Groups Projects
Commit f4d84b0d authored by nrbffs's avatar nrbffs
Browse files

adjust to FFS colors

parent 768daa12
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -107,7 +107,7 @@ h1, h2, h3, h4, h5, h6 {
} }
#firmwareTable h1 { #firmwareTable h1 {
color: #dc0067; color: #f9a62b;
} }
.firmwareTableLink { .firmwareTableLink {
...@@ -132,11 +132,11 @@ h1, h2, h3, h4, h5, h6 { ...@@ -132,11 +132,11 @@ h1, h2, h3, h4, h5, h6 {
} }
#wizard #model-pane { #wizard #model-pane {
border-left: 3px solid #dc0067; border-left: 3px solid #f9a62b;
} }
#wizard #model-pane h1 { #wizard #model-pane h1 {
color: #dc0067; color: #f9a62b;
} }
#wizard #model-pane input { #wizard #model-pane input {
...@@ -220,7 +220,7 @@ h1, h2, h3, h4, h5, h6 { ...@@ -220,7 +220,7 @@ h1, h2, h3, h4, h5, h6 {
} }
#wizard select.invalid { #wizard select.invalid {
border: 1px solid #dc0067; border: 1px solid #f9a62b;
box-shadow: 0.125em 0.125em 0.5em rgba(219, 0, 102, 0.125); box-shadow: 0.125em 0.125em 0.5em rgba(219, 0, 102, 0.125);
} }
......
ffs-logo.png

15.8 KiB

...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div id="currentVersions"> <div id="currentVersions">
</div> </div>
<div id="wizard"> <div id="wizard">
<img src="./router.png" > <img src="./ffs-logo.png" class="center">
<div class="pane-wrapper"> <div class="pane-wrapper">
<div id="model-pane" class="pane"> <div id="model-pane" class="pane">
<span class="firmwareTableLink">Tabelle anzeigen</span> <span class="firmwareTableLink">Tabelle anzeigen</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment