From 9f8fcf89923badbd0357d52a23336a1fdc3ebfb1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jan 2017 14:12:38 +0100 Subject: [PATCH] Style GitHub facebox popup --- css/solarized-all-sites-dark.css | 14 ++++++++++++++ css/solarized-all-sites-light.css | 14 ++++++++++++++ css/solarized-github-dark.css | 14 ++++++++++++++ css/solarized-github-light.css | 14 ++++++++++++++ sites/github.styl | 16 ++++++++++++++++ 5 files changed, 72 insertions(+) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index db30e7d..9d7ff47 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -824,6 +824,20 @@ a.tabnav-tab.selected, .viz { background-color: #083c4a !important; } +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} .sfbgg { background-color: #073642 !important; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index 652faa6..08ccc81 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -824,6 +824,20 @@ a.tabnav-tab.selected, .viz { background-color: #ebe4cf !important; } +.facebox-popup { + color: #657b83 !important; + background-color: #fdf6e3 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #657b83 !important; + background-color: #eee8d5 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #93a1a1 !important; +} .sfbgg { background-color: #eee8d5 !important; } diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index 8da56ee..d557097 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -817,3 +817,17 @@ a.tabnav-tab.selected, .viz { background-color: #083c4a !important; } +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index 536c6bb..04c243f 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -817,3 +817,17 @@ a.tabnav-tab.selected, .viz { background-color: #ebe4cf !important; } +.facebox-popup { + color: #657b83 !important; + background-color: #fdf6e3 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #657b83 !important; + background-color: #eee8d5 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #93a1a1 !important; +} diff --git a/sites/github.styl b/sites/github.styl index bfbd792..0952629 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -854,3 +854,19 @@ a.tabnav-tab .viz background-color color-background-highlight-extra-less-less + +// facebox (e.g. when forking) + +.facebox-popup + color() + background-color() + + .octicon + color white + + .owner-select-target + color() + background-color highlight + + &:hover + background-color highlight-extra