Update CSS

pull/4/head
Adam Porter 8 years ago
parent 6d624c3ac6
commit d62c372404

@ -72,7 +72,7 @@ pre {
.file-wrap { .file-wrap {
color: #839496 !important; color: #839496 !important;
} }
* { .file-wrap * {
background-color: transparent !important; background-color: transparent !important;
} }
.filter-item { .filter-item {
@ -426,8 +426,8 @@ pre {
border-color: #586e75 !important; border-color: #586e75 !important;
} }
a.label { a.label {
background-color: #073642 !important; color: #000 !important;
color: #93a1a1 !important; filter: opacity(75%);
} }
.notifications-list a { .notifications-list a {
color: #839496 !important; color: #839496 !important;
@ -601,12 +601,13 @@ a.label {
border-color: #657b83 !important; border-color: #657b83 !important;
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.table-list * { .table-list tr,
.table-list li {
background-color: #002b36 !important; background-color: #002b36 !important;
} }
.table-list *:hover, .table-list tr:hover,
.table-list *:hover * { .table-list li:hover {
background-color: #073642 !important; background-color: #094352 !important;
} }
.table-list-header { .table-list-header {
background-color: #073642 !important; background-color: #073642 !important;

@ -72,7 +72,7 @@ pre {
.file-wrap { .file-wrap {
color: #657b83 !important; color: #657b83 !important;
} }
* { .file-wrap * {
background-color: transparent !important; background-color: transparent !important;
} }
.filter-item { .filter-item {
@ -426,8 +426,8 @@ pre {
border-color: #93a1a1 !important; border-color: #93a1a1 !important;
} }
a.label { a.label {
background-color: #eee8d5 !important; color: #000 !important;
color: #586e75 !important; filter: opacity(75%);
} }
.notifications-list a { .notifications-list a {
color: #657b83 !important; color: #657b83 !important;
@ -601,12 +601,13 @@ a.label {
border-color: #839496 !important; border-color: #839496 !important;
color: #586e75 !important; color: #586e75 !important;
} }
.table-list * { .table-list tr,
.table-list li {
background-color: #fdf6e3 !important; background-color: #fdf6e3 !important;
} }
.table-list *:hover, .table-list tr:hover,
.table-list *:hover * { .table-list li:hover {
background-color: #eee8d5 !important; background-color: #e9e1c8 !important;
} }
.table-list-header { .table-list-header {
background-color: #eee8d5 !important; background-color: #eee8d5 !important;

@ -65,7 +65,7 @@ pre {
.file-wrap { .file-wrap {
color: #839496 !important; color: #839496 !important;
} }
* { .file-wrap * {
background-color: transparent !important; background-color: transparent !important;
} }
.filter-item { .filter-item {
@ -419,8 +419,8 @@ pre {
border-color: #586e75 !important; border-color: #586e75 !important;
} }
a.label { a.label {
background-color: #073642 !important; color: #000 !important;
color: #93a1a1 !important; filter: opacity(75%);
} }
.notifications-list a { .notifications-list a {
color: #839496 !important; color: #839496 !important;
@ -594,12 +594,13 @@ a.label {
border-color: #657b83 !important; border-color: #657b83 !important;
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.table-list * { .table-list tr,
.table-list li {
background-color: #002b36 !important; background-color: #002b36 !important;
} }
.table-list *:hover, .table-list tr:hover,
.table-list *:hover * { .table-list li:hover {
background-color: #073642 !important; background-color: #094352 !important;
} }
.table-list-header { .table-list-header {
background-color: #073642 !important; background-color: #073642 !important;

@ -65,7 +65,7 @@ pre {
.file-wrap { .file-wrap {
color: #657b83 !important; color: #657b83 !important;
} }
* { .file-wrap * {
background-color: transparent !important; background-color: transparent !important;
} }
.filter-item { .filter-item {
@ -419,8 +419,8 @@ pre {
border-color: #93a1a1 !important; border-color: #93a1a1 !important;
} }
a.label { a.label {
background-color: #eee8d5 !important; color: #000 !important;
color: #586e75 !important; filter: opacity(75%);
} }
.notifications-list a { .notifications-list a {
color: #657b83 !important; color: #657b83 !important;
@ -594,12 +594,13 @@ a.label {
border-color: #839496 !important; border-color: #839496 !important;
color: #586e75 !important; color: #586e75 !important;
} }
.table-list * { .table-list tr,
.table-list li {
background-color: #fdf6e3 !important; background-color: #fdf6e3 !important;
} }
.table-list *:hover, .table-list tr:hover,
.table-list *:hover * { .table-list li:hover {
background-color: #eee8d5 !important; background-color: #e9e1c8 !important;
} }
.table-list-header { .table-list-header {
background-color: #eee8d5 !important; background-color: #eee8d5 !important;

Loading…
Cancel
Save