Style GitHub facebox popup

pull/4/head
Florian Bruhin 8 years ago
parent d6f32f48dc
commit 9f8fcf8992

@ -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;
}

@ -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;
}

@ -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;
}

@ -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;
}

@ -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

Loading…
Cancel
Save