1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00
Files
TabsAsideExtension/css/style.dark.css
T
2020-03-25 14:50:50 +03:00

59 lines
1.4 KiB
CSS

.tabsAside[darkmode].background
{
background-color: rgba(0, 0, 0, .5) !important;
}
.tabsAside[darkmode] .pane
{
background-color: #333333 !important;
color: white !important;
}
.tabsAside[darkmode] .pane button
{
color: white !important;
}
.tabsAside[darkmode] .pane button:hover
{
background-color: gray !important;
}
.tabsAside[darkmode] .pane button:active
{
background-color: dimgray !important;
}
.tabsAside[darkmode] .pane > section > div > div:first-child > div:first-child > small
{
color: lightgray !important;
}
.tabsAside[darkmode] .pane ::-webkit-scrollbar-thumb
{
background: gray !important;
border-radius: 3px !important;
}
.tabsAside[darkmode] .pane ::-webkit-scrollbar-thumb:hover
{
background: dimgray !important;
}
.tabsAside[darkmode] .pane > section > div > div:last-child > div
{
background-color: #0c0c0c !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/tab_thumbnail_dark.png");
}
.tabsAside[darkmode] .pane > section > div > div:last-child > div > div
{
background-color: rgba(50, 50, 50, .75) !important;
}
.tabsAside[darkmode] .pane > section > div > div:last-child > div > div > div
{
background-image: url("chrome-extension://__MSG_@@extension_id__/images/tab_icon_dark.png");
}
.tabsAside[darkmode] .pane nav
{
background-color: #3f3f3f !important;
}