mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change input to textarea for notification body
This commit is contained in:
parent
da2e7635bd
commit
7c8fb58600
2 changed files with 34 additions and 8 deletions
|
@ -341,6 +341,24 @@ input[type="color"],
|
|||
border-radius: 3px;
|
||||
transition: background-color .3s;
|
||||
}
|
||||
textarea.form-control {
|
||||
height: initial;
|
||||
margin: 5px 0 5px 0;
|
||||
color: #fff;
|
||||
border: 0px solid #444;
|
||||
background: #555;
|
||||
padding: 6px 12px;
|
||||
background-color: #555;
|
||||
border-radius: 3px;
|
||||
transition: background-color .3s;
|
||||
resize: none;
|
||||
}
|
||||
textarea.form-control:focus {
|
||||
outline: 0;
|
||||
color: #555;
|
||||
background-color: #fff;
|
||||
transition: background-color .3s;
|
||||
}
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue