Files
@ 175a1cf36796
Branch filter:
Location: light9/theme/Just-Dark/gtk-3.0/tabs-dark-overrides.css - annotation
175a1cf36796
1.6 KiB
text/css
vite serves index.html now
6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e | NautilusNotebook.notebook tab.top:active,
NautilusNotebook.notebook tab.top:active:hover,
NemoNotebook.notebook tab.top:active,
NemoNotebook.notebook tab.top:active:hover,
EmpathyChatWindow .notebook tab.top:active,
EmpathyChatWindow .notebook tab.top:active:hover,
GeditWindow .notebook tab.top:active,
GeditWindow .notebook tab.top:active:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top:active:hover {
border-image: -gtk-scaled(url("borders/tab-active-dark.png"),url("borders/tab-active-dark@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
}
TerminalWindow .notebook tab.top.reorderable-page:active {
background-image: linear-gradient(to bottom, @metacity_bg_b, shade(@metacity_bg_b, 0.9));
border-image: -gtk-scaled(url("borders/terminal-tab-active-dark.png"),url("borders/terminal-tab-active-dark@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
}
NautilusNotebook.notebook tab.top:hover,
NemoWindow .notebook tab.top:hover,
EmpathyChatWindow .notebook tab.top:hover,
GeditWindow .notebook tab.top:hover,
EphyNotebook.notebook tab.top:hover {
background-color: shade(@theme_bg_color, 0.8);
}
TerminalWindow .notebook tab GtkLabel,
TerminalWindow .notebook tab .active-page GtkLabel {
text-shadow: 0 -1px alpha(black, 0.7);
}
TerminalWindow .notebook tab .active-page GtkLabel {
color: @theme_fg_color;
}
TerminalWindow .notebook .active-page .button:hover {
icon-shadow: 0 -1px alpha(black, 0.7);
border-color: alpha(white, 0.1);
}
TerminalWindow .notebook .active-page .button:active {
icon-shadow: 0 -1px alpha(black, 0.7);
border-color: @borders;
}
|