Fossil SCM
CSS changes: set the cursor to "pointer" on ticket reports.
Commit
d091c609d29fecb8785dd4c6179be4cba7b23023
Parent
647bb7b79f3c2ac…
2 files changed
+2
-7
+7
+2
-7
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -852,24 +852,19 @@ | ||
| 852 | 852 | @ vertical-align: top; |
| 853 | 853 | @ text-align: right; |
| 854 | 854 | @ padding: 0.2ex 2ex; |
| 855 | 855 | @ } |
| 856 | 856 | @ |
| 857 | -@ | |
| 858 | -@ table.report { | |
| 859 | -@ border-collapse:collapse; | |
| 860 | -@ border: 1px solid #999; | |
| 861 | -@ margin: 1em 0 1em 0; | |
| 862 | -@ } | |
| 863 | -@ | |
| 864 | 857 | @ table.report tr th { |
| 865 | 858 | @ padding: 3px 5px; |
| 866 | 859 | @ text-transform: capitalize; |
| 860 | +@ cursor: pointer; | |
| 867 | 861 | @ } |
| 868 | 862 | @ |
| 869 | 863 | @ table.report tr td { |
| 870 | 864 | @ padding: 3px 5px; |
| 865 | +@ cursor: pointer; | |
| 871 | 866 | @ } |
| 872 | 867 | @ |
| 873 | 868 | @ textarea { |
| 874 | 869 | @ font-size: 1em; |
| 875 | 870 | @ }'); |
| 876 | 871 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -852,24 +852,19 @@ | |
| 852 | @ vertical-align: top; |
| 853 | @ text-align: right; |
| 854 | @ padding: 0.2ex 2ex; |
| 855 | @ } |
| 856 | @ |
| 857 | @ |
| 858 | @ table.report { |
| 859 | @ border-collapse:collapse; |
| 860 | @ border: 1px solid #999; |
| 861 | @ margin: 1em 0 1em 0; |
| 862 | @ } |
| 863 | @ |
| 864 | @ table.report tr th { |
| 865 | @ padding: 3px 5px; |
| 866 | @ text-transform: capitalize; |
| 867 | @ } |
| 868 | @ |
| 869 | @ table.report tr td { |
| 870 | @ padding: 3px 5px; |
| 871 | @ } |
| 872 | @ |
| 873 | @ textarea { |
| 874 | @ font-size: 1em; |
| 875 | @ }'); |
| 876 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -852,24 +852,19 @@ | |
| 852 | @ vertical-align: top; |
| 853 | @ text-align: right; |
| 854 | @ padding: 0.2ex 2ex; |
| 855 | @ } |
| 856 | @ |
| 857 | @ table.report tr th { |
| 858 | @ padding: 3px 5px; |
| 859 | @ text-transform: capitalize; |
| 860 | @ cursor: pointer; |
| 861 | @ } |
| 862 | @ |
| 863 | @ table.report tr td { |
| 864 | @ padding: 3px 5px; |
| 865 | @ cursor: pointer; |
| 866 | @ } |
| 867 | @ |
| 868 | @ textarea { |
| 869 | @ font-size: 1em; |
| 870 | @ }'); |
| 871 |
+7
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -867,10 +867,17 @@ | ||
| 867 | 867 | @ width: 125px; |
| 868 | 868 | @ text-align: center; |
| 869 | 869 | @ border-collapse: collapse; |
| 870 | 870 | @ border-spacing: 0; |
| 871 | 871 | }, |
| 872 | + { "table.report", | |
| 873 | + "Ticket report table formatting", | |
| 874 | + @ border-collapse:collapse; | |
| 875 | + @ border: 1px solid #999; | |
| 876 | + @ margin: 1em 0 1em 0; | |
| 877 | + @ cursor: pointer; | |
| 878 | + }, | |
| 872 | 879 | { "td.rpteditex", |
| 873 | 880 | "format for example table cells on the report edit page", |
| 874 | 881 | @ border-width: thin; |
| 875 | 882 | @ border-color: #000000; |
| 876 | 883 | @ border-style: solid; |
| 877 | 884 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -867,10 +867,17 @@ | |
| 867 | @ width: 125px; |
| 868 | @ text-align: center; |
| 869 | @ border-collapse: collapse; |
| 870 | @ border-spacing: 0; |
| 871 | }, |
| 872 | { "td.rpteditex", |
| 873 | "format for example table cells on the report edit page", |
| 874 | @ border-width: thin; |
| 875 | @ border-color: #000000; |
| 876 | @ border-style: solid; |
| 877 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -867,10 +867,17 @@ | |
| 867 | @ width: 125px; |
| 868 | @ text-align: center; |
| 869 | @ border-collapse: collapse; |
| 870 | @ border-spacing: 0; |
| 871 | }, |
| 872 | { "table.report", |
| 873 | "Ticket report table formatting", |
| 874 | @ border-collapse:collapse; |
| 875 | @ border: 1px solid #999; |
| 876 | @ margin: 1em 0 1em 0; |
| 877 | @ cursor: pointer; |
| 878 | }, |
| 879 | { "td.rpteditex", |
| 880 | "format for example table cells on the report edit page", |
| 881 | @ border-width: thin; |
| 882 | @ border-color: #000000; |
| 883 | @ border-style: solid; |
| 884 |