mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Format CSS code
This commit is contained in:
parent
7eb64927cc
commit
a0fd7c5b44
@ -270,15 +270,15 @@ footer {
|
|||||||
|
|
||||||
#inputform {
|
#inputform {
|
||||||
display: none;
|
display: none;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
max-width:300px;
|
max-width: 300px;
|
||||||
margin-left:auto;
|
margin-left: auto;
|
||||||
margin-right:auto;
|
margin-right: auto;
|
||||||
margin-top:5px;
|
margin-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
background-color: rgba(0, 0, 0, 0.9);
|
background-color: rgba(0, 0, 0, 0.9);
|
||||||
opacity:0.8;
|
opacity: 0.8;
|
||||||
color:white;
|
color: #fff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user