Fossil SCM
Changed the color of the Reader privilege subscript to be more readable in the Xekri skin.
Commit
bfbcc126d374ab4db95d0e285571d225a0280f6811d70ad80f3f12dbdcc25d26
Parent
a0001dcf57915cc…
1 file changed
+1
-1
+1
-1
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -822,11 +822,11 @@ | ||
| 822 | 822 | color: #f00; |
| 823 | 823 | } |
| 824 | 824 | |
| 825 | 825 | /* color for capabilities, inherited by reader */ |
| 826 | 826 | span.ueditInheritReader { |
| 827 | - color: black; | |
| 827 | + color: #ee0; | |
| 828 | 828 | } |
| 829 | 829 | |
| 830 | 830 | /* color for capabilities, inherited by anonymous */ |
| 831 | 831 | span.ueditInheritAnonymous { |
| 832 | 832 | color: #00f; |
| 833 | 833 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -822,11 +822,11 @@ | |
| 822 | color: #f00; |
| 823 | } |
| 824 | |
| 825 | /* color for capabilities, inherited by reader */ |
| 826 | span.ueditInheritReader { |
| 827 | color: black; |
| 828 | } |
| 829 | |
| 830 | /* color for capabilities, inherited by anonymous */ |
| 831 | span.ueditInheritAnonymous { |
| 832 | color: #00f; |
| 833 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -822,11 +822,11 @@ | |
| 822 | color: #f00; |
| 823 | } |
| 824 | |
| 825 | /* color for capabilities, inherited by reader */ |
| 826 | span.ueditInheritReader { |
| 827 | color: #ee0; |
| 828 | } |
| 829 | |
| 830 | /* color for capabilities, inherited by anonymous */ |
| 831 | span.ueditInheritAnonymous { |
| 832 | color: #00f; |
| 833 |