Files
@ d4a07ad96aad
Branch filter:
Location: light9/theme/Just-Dark/gtk-3.0/tabs-dark-overrides.css - annotation
d4a07ad96aad
1.6 KiB
text/css
attempt a pyftdi output driver using code from https://github.com/jlbrogdon/dmx_controller/blob/master/OpenDmxUsb/__init__.py (gplv2)
Ignore-this: 5a4dbbc0493dfa0bf62cc9c5b79b96d7
Ignore-this: 5a4dbbc0493dfa0bf62cc9c5b79b96d7
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;
}
|