1
0
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:
Teromene
2017-03-18 19:02:18 +00:00
committed by GitHub
parent 155c0ac6f0
commit 59025d96bc
6 changed files with 29 additions and 4 deletions

View File

@@ -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;