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

more dark mode style tweaks

parent c42f74bd
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!68dark mode for webv4
......@@ -18,8 +18,8 @@ a.unread {
}
span.badge.new {
background: #2E9AFE;
color: #FFFFFF;
background: #2E9AFE;
color: #FFFFFF;
}
/* A read mail message in the list view. */
......@@ -98,13 +98,13 @@ span.message-header.unread {
/* 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 {
background: #777;
background: #444;
}
/* this is the text and color for most items, including non-alternating rows */
.dark .list-group-item {
background-color: #555;
color: #CCC;
color: #EEE;
}
/* 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;
}
.dark .btn {
color: #000;
background-color: #ddd ;
color: #000;
background-color: #ddd ;
}
.dark .btn-primary {
color: #FFF;
background-color: #337ab7;
color: #FFF;
background-color: #337ab7;
}
.dark a.btn :hover, .dark .icon:hover {
......@@ -301,8 +301,8 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
}
.dark .modal-content {
background-color: #555 !important;
color: #FFF !important;
background-color: #555 !important;
color: #FFF !important;
}
.darkswitchbox {
......@@ -312,3 +312,10 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
margin-inline-end: 0px;
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.
Finish editing this message first!
Please register or to comment