mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
fix: add placeholder grey default tag CSS
This commit is contained in:
parent
19f4517658
commit
817ed019eb
1 changed files with 4 additions and 0 deletions
|
@ -571,6 +571,10 @@ a.submit2.cancel:active {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
|
background-color: #888;
|
||||||
|
box-shadow: 0 1px 0 #aaa inset;
|
||||||
|
text-shadow: 0 0 3px #666;
|
||||||
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
.frating {
|
.frating {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
|
Loading…
Reference in a new issue