Overview
Comment:Fix hover on even rows in selectors
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 89013f983a2cf51cdbed662a40a65bcd6fc4fee47d253886b74fac6c919a7739
User & Date: bohwaz on 2021-05-22 11:21:58
Other Links: manifest | tags
Context
2021-05-22
12:19
Fix: export user dates as french format check-in: 67a32db6a4 user: bohwaz tags: trunk, stable
11:21
Fix hover on even rows in selectors check-in: 89013f983a user: bohwaz tags: trunk, stable
11:06
Fix: multiple values fields first value was not imported correctly check-in: 2506e46fdc user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/styles/03-forms.css from [249e20cb24] to [d66655de4b].

8
9
10
11
12
13
14

15

16
17
18
19
20
21
22
8
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23







+
-
+








fieldset legend {
    padding: 0 0.5em;
    font-weight: bold;
    color: #000;
}

/* Override selector in 06-tables.css */
table tr.clickable:hover {
table tr.clickable:hover, table tr.clickable:nth-child(even):hover {
    cursor: pointer;
    color: #633;
    background: #ffc;
}

table tr.focused {
    color: #633;