File: panel-network-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 (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
.network:hover image {
    transition: 500ms linear;
    -gtk-icon-transform: scale(1.4);
}

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