Fossil SCM

Improved hover colors for tree-view and file-ages in the darkmode skin.

drh 2021-02-11 00:35 trunk
Commit eb5356185e0ef4673409f8991fac87227639b3aa99f052cd97c8b5ba51c76cd7
1 file changed +5 -11
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -94,10 +94,14 @@
9494
a:visited:hover {
9595
background-color: #FF4500f0;
9696
color: rgba(24,24,24,0.8);
9797
border-radius: 0.1em;
9898
}
99
+.fileage tr:hover,
100
+div.filetreeline:hover {
101
+ background-color: #333;
102
+}
99103
.button,
100104
button {
101105
color: #aaa;
102106
background-color: #444;
103107
border-radius: 5px;
@@ -135,25 +139,15 @@
135139
}
136140
137141
div.mainmenu a.active {
138142
opacity: 0.8;
139143
}
140
-/*div.mainmenu a:hover, div.mainmenu a:visited:hover,
141
-div.submenu a:hover, div.submenu a:visited:hover,
142
-div.sectionmenu>a.button:hover, div.sectionmenu>a.button:visited:hover,
143
-div.submenu label,
144
-div.footer a:hover, div.footer a:visited:hover {
145
- padding: 0.15em 0.5em;
146
- color: rgba(24,24,24,0.8);
147
- text-decoration: none;
148
-}*/
149144
150145
/* All page content from the bottom of the menu or submenu down to
151146
** the footer */
152147
div.content {
153148
padding: 0ex 1ex 1ex 1ex;
154
- /*border: 1px solid rgba(170,170,170,0.5);*/
155149
}
156150
157151
/* Some pages have section dividers */
158152
div.section {
159153
margin-bottom: 0;
@@ -548,11 +542,11 @@
548542
background-color: #FF4500f0;
549543
color: rgba(24,24,24,0.8);
550544
}
551545
552546
body.forum .fileage tr:hover {
553
- background-color: #FF4500a0;
547
+ background-color: #333;
554548
color: rgba(24,24,24,0.8);
555549
}
556550
557551
body.forum .forumPostBody > div blockquote {
558552
border: 1px inset;
559553
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -94,10 +94,14 @@
94 a:visited:hover {
95 background-color: #FF4500f0;
96 color: rgba(24,24,24,0.8);
97 border-radius: 0.1em;
98 }
 
 
 
 
99 .button,
100 button {
101 color: #aaa;
102 background-color: #444;
103 border-radius: 5px;
@@ -135,25 +139,15 @@
135 }
136
137 div.mainmenu a.active {
138 opacity: 0.8;
139 }
140 /*div.mainmenu a:hover, div.mainmenu a:visited:hover,
141 div.submenu a:hover, div.submenu a:visited:hover,
142 div.sectionmenu>a.button:hover, div.sectionmenu>a.button:visited:hover,
143 div.submenu label,
144 div.footer a:hover, div.footer a:visited:hover {
145 padding: 0.15em 0.5em;
146 color: rgba(24,24,24,0.8);
147 text-decoration: none;
148 }*/
149
150 /* All page content from the bottom of the menu or submenu down to
151 ** the footer */
152 div.content {
153 padding: 0ex 1ex 1ex 1ex;
154 /*border: 1px solid rgba(170,170,170,0.5);*/
155 }
156
157 /* Some pages have section dividers */
158 div.section {
159 margin-bottom: 0;
@@ -548,11 +542,11 @@
548 background-color: #FF4500f0;
549 color: rgba(24,24,24,0.8);
550 }
551
552 body.forum .fileage tr:hover {
553 background-color: #FF4500a0;
554 color: rgba(24,24,24,0.8);
555 }
556
557 body.forum .forumPostBody > div blockquote {
558 border: 1px inset;
559
--- skins/darkmode/css.txt
+++ skins/darkmode/css.txt
@@ -94,10 +94,14 @@
94 a:visited:hover {
95 background-color: #FF4500f0;
96 color: rgba(24,24,24,0.8);
97 border-radius: 0.1em;
98 }
99 .fileage tr:hover,
100 div.filetreeline:hover {
101 background-color: #333;
102 }
103 .button,
104 button {
105 color: #aaa;
106 background-color: #444;
107 border-radius: 5px;
@@ -135,25 +139,15 @@
139 }
140
141 div.mainmenu a.active {
142 opacity: 0.8;
143 }
 
 
 
 
 
 
 
 
 
144
145 /* All page content from the bottom of the menu or submenu down to
146 ** the footer */
147 div.content {
148 padding: 0ex 1ex 1ex 1ex;
 
149 }
150
151 /* Some pages have section dividers */
152 div.section {
153 margin-bottom: 0;
@@ -548,11 +542,11 @@
542 background-color: #FF4500f0;
543 color: rgba(24,24,24,0.8);
544 }
545
546 body.forum .fileage tr:hover {
547 background-color: #333;
548 color: rgba(24,24,24,0.8);
549 }
550
551 body.forum .forumPostBody > div blockquote {
552 border: 1px inset;
553

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button