File: stylesheet.css

package info (click to toggle)
gnome-shell-extensions 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,232 kB
  • sloc: javascript: 4,676; xml: 132; python: 43; sh: 35; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * SPDX-FileCopyrightText: 2011 Maxim Ermilov <zaspire@rambler.ru>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

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