Fossil SCM
Removed inherited box shadow from ardoise .timelineSelected, [https://fossil-scm.org/forum/forumpost/60c5fcd604 | per forum request].
Commit
3af6e7ceb44231699f921ffef3e67d6763e13dae191d5bd9ca6b937e14a73913
Parent
e0f2283c154a019…
1 file changed
+3
-1
+3
-1
| --- skins/ardoise/css.txt | ||
| +++ skins/ardoise/css.txt | ||
| @@ -953,11 +953,13 @@ | ||
| 953 | 953 | border: solid #ff8000; |
| 954 | 954 | vertical-align: top; |
| 955 | 955 | text-align: left; |
| 956 | 956 | background: #442800 |
| 957 | 957 | } |
| 958 | -.timelineSelected {} | |
| 958 | +.timelineSelected { | |
| 959 | + box-shadow: none; | |
| 960 | +} | |
| 959 | 961 | .timelineSecondary {} |
| 960 | 962 | .timelineSecondary > .timelineColumnarCell, |
| 961 | 963 | .timelineSecondary > .timelineCompactCell, |
| 962 | 964 | .timelineSecondary > .timelineDetailCell, |
| 963 | 965 | .timelineSecondary > .timelineModernCell, |
| 964 | 966 |
| --- skins/ardoise/css.txt | |
| +++ skins/ardoise/css.txt | |
| @@ -953,11 +953,13 @@ | |
| 953 | border: solid #ff8000; |
| 954 | vertical-align: top; |
| 955 | text-align: left; |
| 956 | background: #442800 |
| 957 | } |
| 958 | .timelineSelected {} |
| 959 | .timelineSecondary {} |
| 960 | .timelineSecondary > .timelineColumnarCell, |
| 961 | .timelineSecondary > .timelineCompactCell, |
| 962 | .timelineSecondary > .timelineDetailCell, |
| 963 | .timelineSecondary > .timelineModernCell, |
| 964 |
| --- skins/ardoise/css.txt | |
| +++ skins/ardoise/css.txt | |
| @@ -953,11 +953,13 @@ | |
| 953 | border: solid #ff8000; |
| 954 | vertical-align: top; |
| 955 | text-align: left; |
| 956 | background: #442800 |
| 957 | } |
| 958 | .timelineSelected { |
| 959 | box-shadow: none; |
| 960 | } |
| 961 | .timelineSecondary {} |
| 962 | .timelineSecondary > .timelineColumnarCell, |
| 963 | .timelineSecondary > .timelineCompactCell, |
| 964 | .timelineSecondary > .timelineDetailCell, |
| 965 | .timelineSecondary > .timelineModernCell, |
| 966 |