Projekt

Obecné

Profil

« Předchozí | Další » 

Revize cb097b80

Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)

Bug #8550: Oprava chyb ze schůzky 8.4.

Zobrazit rozdíly:

application/view/style.css
3 3
}
4 4

  
5 5
.app-header {
6
  background-image: linear-gradient(#A8A4A2, #4B4B4B);
6
  background-image: linear-gradient( #A5ca79, #376039);
7 7
  height: 15%;
8 8
}
9 9

  
10 10
.app-header .title {
11 11
  width: max-content;
12
  font-family: "Lucida Calligraphy", cursive;
12
  font-family: "Georgia, Arial, sans-serif", cursive;
13 13
}
14 14

  
15 15
.app-content {
......
17 17
}
18 18

  
19 19
.app-content .menu {
20
  background-color: #a8a4a2;
20
  background-color: #e0e9d8;
21 21
  border-right: #4B4B4B solid 2px;
22 22
}
23 23

  
24 24
.app-content .menu a {
25
  color: #4B4B4B;
25
  color: black;
26 26
  background-color: transparent;
27 27
}
28 28

  
29 29
.app-content .menu a:hover,
30 30
.app-content .menu a:focus {
31
  color: #a8a4a2;
32
  background-color: #707070;
31
  background-color: #bde48e;
33 32
  text-decoration: none;
34 33
  border-radius: 15px 50px 50px 15px;
35 34
}
36 35

  
37 36
.app-content .menu .active{
38
  color: #a8a4a2;
39
  background-color: #4B4B4B;
37
  background-color: #A5ca79;
40 38
  text-decoration: none;
41 39
  border-radius: 15px 50px 50px 15px;
42 40
}
43 41

  
44 42
.app-content .content {
45
  background-color: #c9c5c2;
43
  background-color: #ecf5e4;
46 44
  height: 100%;
47 45
  flex-direction: column;
48 46
}
49 47

  
50 48
.app-footer {
51 49
  text-align: center;
52
  background-image: linear-gradient(#4B4B4B,#A8A4A2);
50
  background-image: linear-gradient( #A5ca79, #376039);
53 51
  height: 5%;
54 52
}
55 53

  
56 54
.modal-body {
57
  background-color: #c9c5c2;
55
  background-color: #ecf5e4;
58 56
}
59 57

  
60 58
.modal-header, .modal-footer {
61
  background-color: #A8A4A2;
62
}
63

  
64
.modal-header .modal-title {
65
  color: #4B4B4B;
59
  background-image: linear-gradient( #A5ca79, #376039);
66 60
}
67 61

  
68 62
.app-content .content .search-results {
......
75 69
}
76 70

  
77 71
input, select {
72
  border-radius: 5px;
78 73
  border: 1px solid grey;
79 74
  margin-left: 2px;
80 75
  font-size: 14px;
......
86 81
  min-width: 200px;
87 82
}
88 83

  
84
.btn{
85
  background-color: #A5ca79;
86
}
87

  
89 88
select {
90 89
  padding: 6px 18px 6px 12px;
91 90
  appearance: none;
......
136 135
}
137 136

  
138 137
.multi-select-button {
138
  border-radius: 5px;
139 139
  border: 1px solid grey;
140 140
  display: inline-block;
141 141
  font-size: 0.875em;

Také k dispozici: Unified diff