mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -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;
|
||||
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 {
|
||||
color: #44DEF1;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user