Codebase list gnome-shell-extensions / a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main extensions / windowsNavigator / stylesheet.css
a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main

Tree @a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/main (Download .tar.gz)

stylesheet.css @a7c8c78e-91b8-4287-8ed5-fbcf5fc9938a/mainraw · 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;
}