mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
changed restore icon, changed trash css, changed alert colours
This commit is contained in:
12
public/css/app.css
vendored
12
public/css/app.css
vendored
@@ -413,7 +413,7 @@ body {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 60px;
|
||||
background: #1cd41c;
|
||||
background: #0eb584;
|
||||
text-align: center;
|
||||
color: white;
|
||||
line-height: 57px;
|
||||
@@ -431,7 +431,7 @@ body {
|
||||
|
||||
.alert.alert-danger:before {
|
||||
content: "\F00D";
|
||||
background: #c00;
|
||||
background: #d64d55;
|
||||
}
|
||||
|
||||
.alert a {
|
||||
@@ -851,6 +851,14 @@ input:-webkit-autofill {
|
||||
-webkit-animation-fill-mode: both;
|
||||
}
|
||||
|
||||
button.link {
|
||||
border: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*! Huebee v2.0.0
|
||||
http://huebee.buzz
|
||||
---------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user