Files
gnome-shell-extensions/extensions/windowsNavigator/stylesheet.css
Maxim Ermilov 1f2b0d0ec5 windowsNavigator: Allow keyboard selection of windows and workspaces in overlay mode
Bind alt-[1,2,3..9]  "switch window on current workspace"
Bind ctrl-[1,2,3..9]  switch workspace
https://bugzilla.gnome.org/show_bug.cgi?id=601393
2011-01-19 00:47:26 +03:00

9 lines
219 B
CSS

.window-tooltip {
color: #ff0000;
background: rgba(0,0,0,0.8);
border: 1px solid rgba(128,128,128,0.40);
border-radius: 10px;
font-size: 16px;
padding: 2px 8px;
-shell-caption-spacing: 4px;
}