Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 82cf9149

Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)

Re #8701 - Design improvements of GUI

Zobrazit rozdíly:

static/css/app.css
1
html, body {
2
    min-height: 100%;
3
}
4

  
5
body {
6
background-repeat: no-repeat;
7
background-attachment: fixed;
8
background: #085078;  /* fallback for old browsers */
9
background: -webkit-linear-gradient(to bottom, #85D8CE, #085078);  /* Chrome 10-25, Safari 5.1-6 */
10
background: linear-gradient(to bottom, #85D8CE, #085078); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
11
}
12

  
13
.filtering-box {
14
    background-color: ghostwhite;
15
}
16

  
1 17
[v-cloak] {
2 18
  display: none;
3 19
}

Také k dispozici: Unified diff