css updates

This commit is contained in:
th3r00t
2021-08-01 18:58:20 -04:00
parent b408d79482
commit 7bb7effb35
2 changed files with 18 additions and 18 deletions

View File

@@ -253,7 +253,7 @@ thead th.required {
} }
tr.alt { tr.alt {
background: #f6f6f6; background: #797979;
} }
tr:nth-child(odd), .row-form-errors { tr:nth-child(odd), .row-form-errors {
@@ -273,7 +273,7 @@ thead th {
padding: 5px 10px; padding: 5px 10px;
line-height: normal; line-height: normal;
text-transform: uppercase; text-transform: uppercase;
background: #f6f6f6; background: #797979;
} }
thead th a:link, thead th a:visited { thead th a:link, thead th a:visited {
@@ -281,7 +281,7 @@ thead th a:link, thead th a:visited {
} }
thead th.sorted { thead th.sorted {
background: #eee; background: #797979;
} }
thead th.sorted .text { thead th.sorted .text {
@@ -300,7 +300,7 @@ table thead th .text a {
} }
table thead th .text a:focus, table thead th .text a:hover { table thead th .text a:focus, table thead th .text a:hover {
background: #eee; background: #797979;
} }
thead th.sorted a.sortremove { thead th.sorted a.sortremove {
@@ -327,7 +327,7 @@ table thead th.sorted .sortpriority {
margin-right: 2px; margin-right: 2px;
} }
table thead th.sorted .sortoptions a { table thead th.sort79797e.sortoptions a {
position: relative; position: relative;
width: 14px; width: 14px;
height: 14px; height: 14px;
@@ -424,7 +424,7 @@ select[multiple] {
/* FORM BUTTONS */ /* FORM BUTTONS */
.button, input[type=submit], input[type=button], .submit-row input, a.button { .button, input[type=submit], input[type=button], .submit-row input, a.button {
background: #79aec8; background: #888;
padding: 10px 15px; padding: 10px 15px;
border: none; border: none;
border-radius: 4px; border-radius: 4px;
@@ -497,7 +497,7 @@ input[type=button][disabled].default {
font-weight: 400; font-weight: 400;
font-size: 13px; font-size: 13px;
text-align: left; text-align: left;
background: #79aec8; background: #888;
color: #fff; color: #fff;
} }
@@ -608,7 +608,7 @@ td ul.errorlist + input, td ul.errorlist + select, td ul.errorlist + textarea {
/* BREADCRUMBS */ /* BREADCRUMBS */
div.breadcrumbs { div.breadcrumbs {
background: #79aec8; background: #888;
padding: 10px 40px; padding: 10px 40px;
border: none; border: none;
font-size: 14px; font-size: 14px;
@@ -871,14 +871,14 @@ table#change-history tbody th {
#user-tools a:focus, #user-tools a:hover { #user-tools a:focus, #user-tools a:hover {
text-decoration: none; text-decoration: none;
border-bottom-color: #79aec8; border-bottom-color: #888;
color: #79aec8; color: #888;
} }
/* SIDEBAR */ /* SIDEBAR */
#content-related { #content-related {
background: #f8f8f8; background: #797979;
} }
#content-related .module { #content-related .module {
@@ -887,7 +887,7 @@ table#change-history tbody th {
#content-related h3 { #content-related h3 {
font-size: 14px; font-size: 14px;
color: #666; color: #fff;
padding: 0 16px; padding: 0 16px;
margin: 0 0 16px; margin: 0 0 16px;
} }
@@ -918,7 +918,7 @@ table#change-history tbody th {
margin-bottom: 16px; margin-bottom: 16px;
border-bottom: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea;
font-size: 18px; font-size: 18px;
color: #333; color: #f7f7f7;
} }
.delete-confirmation form input[type="submit"] { .delete-confirmation form input[type="submit"] {

View File

@@ -13,7 +13,7 @@
flex: 0 0 23px; flex: 0 0 23px;
width: 23px; width: 23px;
border-right: 1px solid #eaeaea; border-right: 1px solid #eaeaea;
background-color: #ffffff; background-color: #262626;
cursor: pointer; cursor: pointer;
font-size: 20px; font-size: 20px;
color: #447e9b; color: #447e9b;
@@ -21,13 +21,13 @@
} }
[dir="rtl"] .toggle-nav-sidebar { [dir="rtl"] .toggle-nav-sidebar {
border-left: 1px solid #eaeaea; border-left: 1px solid #262626;
border-right: 0; border-right: 0;
} }
.toggle-nav-sidebar:hover, .toggle-nav-sidebar:hover,
.toggle-nav-sidebar:focus { .toggle-nav-sidebar:focus {
background-color: #f6f6f6; background-color: #000;
} }
#nav-sidebar { #nav-sidebar {
@@ -37,7 +37,7 @@
margin-left: -276px; margin-left: -276px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-right: 1px solid #eaeaea; border-right: 1px solid #eaeaea;
background-color: #ffffff; background-color: #282828;
overflow: auto; overflow: auto;
} }
@@ -96,7 +96,7 @@
} }
#nav-sidebar .current-model { #nav-sidebar .current-model {
background: #ffc; background: #555555;
} }
@media (max-width: 767px) { @media (max-width: 767px) {