File: Webdav.css

package info (click to toggle)
kopano-webapp-plugin-files 2.1.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,540 kB
  • sloc: php: 15,863; xml: 494; java: 295; python: 72; sh: 44; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* WEBDAV BACKEND STYLES */

/* The main icon for the backend*/
/* Naming convention: icon_<size>_<backend name> */
.icon_16_Webdav {
	background-image: url(../resources/icons/backends/webdav16.png)!important;
	background-repeat: no-repeat;
}

.icon_24_Webdav {
	background-image: url(../resources/icons/backends/webdav24.png)!important;
	background-repeat: no-repeat;
}

.icon_256_Webdav {
	background-image: url(../resources/icons/backends/webdav256.png)!important;
	background-repeat: no-repeat;
}

.icon_16_logo_Webdav {
    background-image: url(../resources/icons/backends/webdav_logo16.png)!important;
    background-repeat: no-repeat;
}

.x-treenode-load-silent .x-tree-node-icon .icon_16_Webdav{
    background-image: url(../resources/icons/backends/webdav16.png)!important;
}