diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 2571667a..e2e11185 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -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; diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 76a8551f..6fc65627 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -533,7 +533,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
Set a custom body.
Set a custom body.
Set a custom body.
Set a custom body.
Set a custom body.
Set a custom body.
Set a custom body.