From d62c3724048305250962d89ba7b305213402932c Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 31 Mar 2016 17:20:33 -0500 Subject: [PATCH] Update CSS --- css/solarized-all-sites-dark.css | 15 ++++++++------- css/solarized-all-sites-light.css | 15 ++++++++------- css/solarized-github-dark.css | 15 ++++++++------- css/solarized-github-light.css | 15 ++++++++------- 4 files changed, 32 insertions(+), 28 deletions(-) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 3673565..a1bc52c 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -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; diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index b11ef44..f8f6630 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -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; diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index 5b52c4c..6a5773c 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -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; diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index 78286b8..e2cb839 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -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;