Update CSS

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

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

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

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

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

Loading…
Cancel
Save