Codebase list gnome-shell-extensions / 804b0cb3-a0c3-4fd6-9e71-258c558e7dc2/upstream extensions / windowsNavigator / stylesheet.css
804b0cb3-a0c3-4fd6-9e71-258c558e7dc2/upstream

Tree @804b0cb3-a0c3-4fd6-9e71-258c558e7dc2/upstream (Download .tar.gz)

stylesheet.css @804b0cb3-a0c3-4fd6-9e71-258c558e7dc2/upstreamraw · 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;
}