File: panel-tray-zoom-hover.css

package info (click to toggle)
wf-shell 0.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,888 kB
  • sloc: cpp: 7,231; ansic: 6,258; xml: 732; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.tray-box:hover image {
    transition: 500ms linear;
    -gtk-icon-transform: scale(1.4);
}

.tray-box image {
    transition: 500ms linear;
    -gtk-icon-transform: scale(0.9);
}

.tray-box {
    padding: 0px 0px 0px 0px;
}