File: hide.css

package info (click to toggle)
shinken-mod-webui 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,136 kB
  • ctags: 2,980
  • sloc: python: 3,654; sh: 47; makefile: 19; sql: 3
file content (19 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.switches { opacity: 0.7;}

/*.host-services { opacity: 0.3; max-height:300px;}*/

.hidden_impacts_services {opacity: 0; display:none;}

.hidden_infos {opacity: 0; display:none;}





@media all {
    .fadein  { visibility:hidden; opacity: 0;}
}

@media handheld {
  .fadein  { visibility:visible; }
}