mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Various improve before build.
This commit is contained in:
parent
2c1023ad40
commit
28deb32f5e
2
public/v1/lib/adminlte/css/AdminLTE.css
vendored
2
public/v1/lib/adminlte/css/AdminLTE.css
vendored
@ -4487,7 +4487,7 @@ table.text-center th {
|
||||
.alert-success,
|
||||
.label-success,
|
||||
.modal-success .modal-body {
|
||||
background-color: #00a65a !important;
|
||||
background-color: #00a65a;
|
||||
}
|
||||
.bg-navy {
|
||||
background-color: #001f3f !important;
|
||||
|
11
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
11
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
@ -502,4 +502,15 @@
|
||||
background: #55606a;
|
||||
color:#fff;
|
||||
}
|
||||
.bg-green,
|
||||
.callout.callout-success,
|
||||
.alert-success,
|
||||
.label-success,
|
||||
.modal-success .modal-body {
|
||||
background-color: #007741 !important;
|
||||
}
|
||||
code {
|
||||
background-color:#343941;
|
||||
color:#c9d1d9;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user