Codebase list gnome-shell-extensions / d3beb6f extensions / windowsNavigator / stylesheet.css
d3beb6f

Tree @d3beb6f (Download .tar.gz)

stylesheet.css @d3beb6fraw · history · blame

1
2
3
4
5
6
7
8
9
.extension-windowsNavigator-window-tooltip {
    color: #fefefe;
    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;
}