switched nav and dropzone colors back
This commit is contained in:
parent
5013a09230
commit
97e8e4cf7a
2 changed files with 7 additions and 7 deletions
|
@ -437,16 +437,16 @@ table {
|
|||
|
||||
.nav-bar-link {
|
||||
font-weight: normal;
|
||||
color: #9b9b9b;
|
||||
color: black;
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
.nav-bar-link:hover {
|
||||
color: black;
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
.nav-bar-link--active {
|
||||
color: black;
|
||||
border-bottom: 2px solid black;
|
||||
color: dodgerblue;
|
||||
border-bottom: 2px solid dodgerblue;
|
||||
}
|
||||
|
||||
.nav-bar-link-icon {
|
||||
|
@ -457,12 +457,12 @@ table {
|
|||
/* PUBLISH FORM */
|
||||
|
||||
.dropzone {
|
||||
border: 2px dashed dodgerblue;
|
||||
border: 2px dashed #9b9b9b;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dropzone:hover, .dropzone--drag-over {
|
||||
border: 2px dashed #9b9b9b;
|
||||
border: 2px dashed dodgerblue;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<div class="column column--3 column--sml-10 align-content-top">
|
||||
<label for="publish-license" class="label">Description:</label>
|
||||
</div><div class="column column--7 column--sml-10">
|
||||
<textarea rows="2" id="publish-description" class="textarea textarea--primary textarea--full-width" placeholder="Optional description"></textarea>
|
||||
<textarea rows="1" id="publish-description" class="textarea textarea--primary textarea--full-width" placeholder="Optional description"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue