Files
gnome-shell-extensions/extensions/windowsNavigator/stylesheet.css
Maxim Ermilov 3825069e52 windowsNavigator: support current gnome-shell
workspace._getVisibleClones was removed.
2011-03-13 00:47:10 +03:00

9 lines
246 B
CSS

.extension-windowsNavigator-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;
}