-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
form: some UI fixed for the deposit form
* closes CERNDocumentServer/cds-rdm#163
- Loading branch information
1 parent
1e9bf73
commit 7b5003a
Showing
2 changed files
with
8 additions
and
0 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 |
---|---|---|
|
@@ -39,3 +39,7 @@ | |
flex: 1 1 auto; | ||
} | ||
} | ||
|
||
.ui.form .flashed.message { | ||
z-index: 0 !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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,7 @@ | |
|
||
} | ||
} | ||
|
||
.ui.disabled.input, .ui.input:not(.disabled) input[disabled] { | ||
opacity: 1 !important; | ||
} |