Fossil SCM
Correct user table outline color in the 'eagle' skin.
Commit
f156a4adbfb35139e294e41e94aefa2254491b68
Parent
703ec175b960e73…
1 file changed
+1
-1
+1
-1
| --- skins/eagle/css.txt | ||
| +++ skins/eagle/css.txt | ||
| @@ -187,11 +187,11 @@ | ||
| 187 | 187 | |
| 188 | 188 | /* format for the user list table on the user setup page */ |
| 189 | 189 | table.usetupUserList { |
| 190 | 190 | outline-style: double; |
| 191 | 191 | outline-width: 1px; |
| 192 | - border-color: white; | |
| 192 | + outline-color: white; | |
| 193 | 193 | padding: 10px; |
| 194 | 194 | } |
| 195 | 195 | |
| 196 | 196 | /* color for capabilities, inherited by reader */ |
| 197 | 197 | span.ueditInheritReader { |
| 198 | 198 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -187,11 +187,11 @@ | |
| 187 | |
| 188 | /* format for the user list table on the user setup page */ |
| 189 | table.usetupUserList { |
| 190 | outline-style: double; |
| 191 | outline-width: 1px; |
| 192 | border-color: white; |
| 193 | padding: 10px; |
| 194 | } |
| 195 | |
| 196 | /* color for capabilities, inherited by reader */ |
| 197 | span.ueditInheritReader { |
| 198 |
| --- skins/eagle/css.txt | |
| +++ skins/eagle/css.txt | |
| @@ -187,11 +187,11 @@ | |
| 187 | |
| 188 | /* format for the user list table on the user setup page */ |
| 189 | table.usetupUserList { |
| 190 | outline-style: double; |
| 191 | outline-width: 1px; |
| 192 | outline-color: white; |
| 193 | padding: 10px; |
| 194 | } |
| 195 | |
| 196 | /* color for capabilities, inherited by reader */ |
| 197 | span.ueditInheritReader { |
| 198 |