Skip to content
Snippets Groups Projects
Commit 0c406485 authored by Michael Long's avatar Michael Long
Browse files

more dark mode style tweaks

parent 24c652b9
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ a.unread { ...@@ -18,8 +18,8 @@ a.unread {
} }
span.badge.new { span.badge.new {
background: #2E9AFE; background: #2E9AFE;
color: #FFFFFF; color: #FFFFFF;
} }
/* A read mail message in the list view. */ /* A read mail message in the list view. */
...@@ -98,13 +98,13 @@ span.message-header.unread { ...@@ -98,13 +98,13 @@ span.message-header.unread {
/* background color of alternate rows in lists */ /* background color of alternate rows in lists */
.dark .striped:nth-of-type(even), .dark .table-striped > tbody > tr:nth-child(odd) > td, .dark .table-striped > tbody > tr:nth-child(odd) > th { .dark .striped:nth-of-type(even), .dark .table-striped > tbody > tr:nth-child(odd) > td, .dark .table-striped > tbody > tr:nth-child(odd) > th {
background: #777; background: #444;
} }
/* this is the text and color for most items, including non-alternating rows */ /* this is the text and color for most items, including non-alternating rows */
.dark .list-group-item { .dark .list-group-item {
background-color: #555; background-color: #555;
color: #CCC; color: #EEE;
} }
/* A link in a list when the mouse is hovering over it (mostly applies to the Forum) */ /* A link in a list when the mouse is hovering over it (mostly applies to the Forum) */
...@@ -274,13 +274,13 @@ animation: indicator-fade 3s ease 0s 1 alternate !important; ...@@ -274,13 +274,13 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
} }
.dark .btn { .dark .btn {
color: #000; color: #000;
background-color: #ddd ; background-color: #ddd ;
} }
.dark .btn-primary { .dark .btn-primary {
color: #FFF; color: #FFF;
background-color: #337ab7; background-color: #337ab7;
} }
.dark a.btn :hover, .dark .icon:hover { .dark a.btn :hover, .dark .icon:hover {
...@@ -301,8 +301,8 @@ animation: indicator-fade 3s ease 0s 1 alternate !important; ...@@ -301,8 +301,8 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
} }
.dark .modal-content { .dark .modal-content {
background-color: #555 !important; background-color: #555 !important;
color: #FFF !important; color: #FFF !important;
} }
.darkswitchbox { .darkswitchbox {
...@@ -312,3 +312,10 @@ animation: indicator-fade 3s ease 0s 1 alternate !important; ...@@ -312,3 +312,10 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
margin-inline-end: 0px; margin-inline-end: 0px;
padding-inline-start: 40px; padding-inline-start: 40px;
} }
.dark input,.dark select,.dark textarea {
color: #333;
background-color: #DDD;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment