Revize 0315a6ad
Přidáno uživatelem Petr Urban před téměř 3 roky(ů)
src/main/webapp/WEB-INF/templates/index.html | ||
---|---|---|
23 | 23 |
table td { |
24 | 24 |
font-size: 1.3em !important; |
25 | 25 |
} |
26 |
|
|
27 |
.custom-td-style:hover { |
|
28 |
background-color: white !important; |
|
29 |
border-bottom: none !important; |
|
30 |
} |
|
31 |
|
|
32 |
.custom-td-style { |
|
33 |
font-size: 1.7em !important; |
|
34 |
font-weight: 500; |
|
35 |
border-bottom: none !important; |
|
36 |
} |
|
26 | 37 |
</style> |
27 | 38 |
|
28 | 39 |
</head> |
... | ... | |
51 | 62 |
<tbody> |
52 | 63 |
|
53 | 64 |
<tr> |
54 |
<td style="border-bottom: none !important; text-align: right !important;">
|
|
65 |
<td class="custom-td-style">
|
|
55 | 66 |
Quick Select |
56 | 67 |
</td> |
57 | 68 |
<td style="border-bottom: none; !important"> |
... | ... | |
85 | 96 |
</thead> |
86 | 97 |
<tbody> |
87 | 98 |
<tr> |
88 |
<td style="border-bottom: none !important; text-align: right !important;">
|
|
99 |
<td class="custom-td-style">
|
|
89 | 100 |
Quick Select |
90 | 101 |
</td> |
91 | 102 |
<td style="border-bottom: none !important; text-align: center !important;"> |
Také k dispozici: Unified diff
#41 edited quick select in /detect page