mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Finetune dark mode CSS
This commit is contained in:
parent
a3eec9d5ec
commit
30d40d1d57
69
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
69
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
@ -6,11 +6,16 @@
|
||||
*/
|
||||
.skin-firefly-iii {
|
||||
color: #bec5cb;
|
||||
/* PAGINATION */
|
||||
}
|
||||
.skin-firefly-iii .well {
|
||||
background-color: #55606a;
|
||||
border-color: #454e56;
|
||||
}
|
||||
.skin-firefly-iii .bootstrap-tagsinput {
|
||||
background-color: #353c42;
|
||||
border: 1px solid #353c42 !important;
|
||||
}
|
||||
.skin-firefly-iii .bg-aqua-gradient {
|
||||
background: #004f63 !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #004f63), color-stop(1, #006b87)) !important;
|
||||
@ -123,6 +128,70 @@
|
||||
background-clip: padding-box;
|
||||
outline: 0;
|
||||
}
|
||||
.skin-firefly-iii .pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.skin-firefly-iii .pagination > li {
|
||||
display: inline;
|
||||
}
|
||||
.skin-firefly-iii .pagination > li > a,
|
||||
.skin-firefly-iii .pagination > li > span {
|
||||
position: relative;
|
||||
float: left;
|
||||
padding: 6px 12px;
|
||||
line-height: 1.42857143;
|
||||
text-decoration: none;
|
||||
color: #3c8dbc;
|
||||
background-color: #454e56;
|
||||
border: 1px solid #15181a;
|
||||
margin-left: -1px;
|
||||
}
|
||||
.skin-firefly-iii .pagination > li:first-child > a,
|
||||
.skin-firefly-iii .pagination > li:first-child > span {
|
||||
margin-left: 0;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
.skin-firefly-iii .pagination > li:last-child > a,
|
||||
.skin-firefly-iii .pagination > li:last-child > span {
|
||||
border-bottom-right-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
.skin-firefly-iii .pagination > li > a:hover,
|
||||
.skin-firefly-iii .pagination > li > span:hover,
|
||||
.skin-firefly-iii .pagination > li > a:focus,
|
||||
.skin-firefly-iii .pagination > li > span:focus {
|
||||
z-index: 2;
|
||||
color: #72afd2;
|
||||
background-color: #4c565e;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.skin-firefly-iii .pagination > .active > a,
|
||||
.skin-firefly-iii .pagination > .active > span,
|
||||
.skin-firefly-iii .pagination > .active > a:hover,
|
||||
.skin-firefly-iii .pagination > .active > span:hover,
|
||||
.skin-firefly-iii .pagination > .active > a:focus,
|
||||
.skin-firefly-iii .pagination > .active > span:focus {
|
||||
z-index: 3;
|
||||
color: #fff;
|
||||
background-color: #337ab7;
|
||||
border-color: #337ab7;
|
||||
cursor: default;
|
||||
}
|
||||
.skin-firefly-iii .pagination > .disabled > span,
|
||||
.skin-firefly-iii .pagination > .disabled > span:hover,
|
||||
.skin-firefly-iii .pagination > .disabled > span:focus,
|
||||
.skin-firefly-iii .pagination > .disabled > a,
|
||||
.skin-firefly-iii .pagination > .disabled > a:hover,
|
||||
.skin-firefly-iii .pagination > .disabled > a:focus {
|
||||
color: #777777;
|
||||
background-color: #57636c;
|
||||
border-color: #15181a;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.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