mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Also sneak in some CSS fixes.
This commit is contained in:
parent
74777a648c
commit
35912fe9fb
11
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
11
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
@ -112,6 +112,17 @@
|
|||||||
background-color: #343941;
|
background-color: #343941;
|
||||||
color: #c9d1d9;
|
color: #c9d1d9;
|
||||||
}
|
}
|
||||||
|
.skin-firefly-iii .modal-content {
|
||||||
|
position: relative;
|
||||||
|
background-color: #353c42;
|
||||||
|
border: 1px solid #999;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
border-radius: 6px;
|
||||||
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
||||||
|
background-clip: padding-box;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
.skin-firefly-iii h4 {
|
.skin-firefly-iii h4 {
|
||||||
color: #44DEF1;
|
color: #44DEF1;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user