mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-08 17:46:34 +02:00
Add an indicator to show the HTTP status of the site. (#483)
This commit is contained in:
@@ -144,6 +144,21 @@ form {
|
||||
|
||||
}
|
||||
|
||||
.secure-warning {
|
||||
|
||||
background-color: #ffc600;
|
||||
color: #5f5f5f;
|
||||
|
||||
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 2px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
margin-bottom: 6px;
|
||||
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
|
||||
background-color: white;
|
||||
|
Reference in New Issue
Block a user