gerben
/
my-gitea-templates
The gitea template customisations used here.
Code
Issues
1
Pull Requests
0
Releases
0
Activity
Browse Source
Show a hint of hidden content under a closed folder
master
Gerben
5 years ago
parent
3a0d83e295
commit
6a59578f3e
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
public/custom-style.css
+ 6
- 0
public/custom-style.css
View File
@@ -72,6 +72,12 @@ kbd {
background: #F9FAFB;
}
/* Show a hint of hidden content under a closed folder */
details:not([open]) > summary.ui.top.attached.header {
background: linear-gradient(#f9fafb 80%, #ddd 84%, #f9fafb 88%, #ddd 92%, #f9fafb 96%, #ddd);
padding-bottom: 1.5rem;
}
.ui.left.attached.button {
margin-right: 1px;
}
Write
Preview
Loading…
Cancel
Save