Revize b834cf54
Přidáno uživatelem Petr Urban před téměř 3 roky(ů)
src/main/webapp/WEB-INF/templates/index.html | ||
---|---|---|
28 | 28 |
|
29 | 29 |
.custom-td-style tr:hover td { |
30 | 30 |
background-color: white !important; |
31 |
border-bottom: none !important;
|
|
31 |
border-bottom: 2px solid black !important;
|
|
32 | 32 |
} |
33 | 33 |
|
34 | 34 |
.custom-td-style { |
35 |
font-size: 1.7em !important;
|
|
36 |
font-weight: 500;
|
|
37 |
border-bottom: none !important;
|
|
35 |
font-size: 1.2em !important;
|
|
36 |
font-style: italic !important;
|
|
37 |
border-bottom: 2px solid black !important;
|
|
38 | 38 |
} |
39 | 39 |
|
40 | 40 |
.custom-td-style-ext tr:hover td { |
41 | 41 |
background-color: white !important; |
42 |
border-bottom: none !important;
|
|
42 |
border-bottom: 2px solid black !important;
|
|
43 | 43 |
} |
44 | 44 |
|
45 | 45 |
.custom-td-style-ext { |
46 |
border-bottom: none !important; |
|
47 | 46 |
text-align: center !important; |
47 |
border-bottom: 2px solid black !important; |
|
48 | 48 |
} |
49 | 49 |
|
50 | 50 |
.no-hover:hover { |
Také k dispozici: Unified diff
#41 added border-bottom to quick select row and made it wider, removed bold effect and added italic one. Also size of font was changed to lower.