mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-21 13:12:27 +00:00
Fix #11502
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
* Skin: Firefly III dark
|
||||
* Built upon the code below with some extra things.
|
||||
* https://raw.githubusercontent.com/anvyst/adminlte-skin-midnight/master/build/less/skins/skin-midnight.less
|
||||
*
|
||||
* To minify, just throw it in cyber chef.
|
||||
* ------------
|
||||
*/
|
||||
.force-background-tags-input {
|
||||
@@ -163,10 +165,17 @@
|
||||
.skin-firefly-iii .ti-input {
|
||||
border: 1px solid #353c42 !important;
|
||||
}
|
||||
.skin-firefly-iii code {
|
||||
background-color: #343941;
|
||||
color: #c9d1d9;
|
||||
.skin-firefly-iii pre {
|
||||
background-color: #1f2327;
|
||||
border: 1px solid #3a4046;
|
||||
}
|
||||
|
||||
.skin-firefly-iii code {
|
||||
background-color:transparent;
|
||||
color:#eee;
|
||||
}
|
||||
|
||||
|
||||
.skin-firefly-iii .modal-content {
|
||||
position: relative;
|
||||
background-color: #353c42;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Skin: Blue
|
||||
* Slight changes for FF3
|
||||
* Slight changes for FF3.
|
||||
* ----------
|
||||
*/
|
||||
.skin-firefly-iii ::-moz-selection {
|
||||
|
||||
Reference in New Issue
Block a user