Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | darkmode skin: cleaned up centering of hamburger menu. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
daf8ab95cd19afb3eb992e710012c0b4 |
User & Date: | stephan 2021-02-16 18:53:56 |
Context
2021-02-23
| ||
01:01 | Create new branch named "error_returns" ... (check-in: cf10a921 user: larrybr tags: error_returns) | |
2021-02-18
| ||
13:10 | Fix the "fossil git export" command so that it returns a non-zero exit code if the "git push" command fails. ... (check-in: da5faf18 user: drh tags: trunk) | |
2021-02-16
| ||
18:53 | darkmode skin: cleaned up centering of hamburger menu. ... (check-in: daf8ab95 user: stephan tags: trunk) | |
2021-02-15
| ||
15:50 | Internal API additions in symbolic_name_to_rid(). ... (check-in: 20391d1e user: stephan tags: trunk) | |
Changes
Changes to skins/darkmode/css.txt.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
} div#hbdrop { background-color: #1f1f1f; border: 2px solid #303536; border-radius: 0 0 0.5em 0.5em; display: none; left: 2em; width: 90%; padding-right: 1em; position: absolute; z-index: 20; /* just below mainmenu, but above timeline bubbles */ } div.mainmenu, div.submenu, div.sectionmenu { color: #ffffffcc; background-color: #303536/*#0000ff60*/; |
| < |
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
}
div#hbdrop {
background-color: #1f1f1f;
border: 2px solid #303536;
border-radius: 0 0 0.5em 0.5em;
display: none;
left: 2em;
width: calc(100% - 4em);
position: absolute;
z-index: 20; /* just below mainmenu, but above timeline bubbles */
}
div.mainmenu, div.submenu, div.sectionmenu {
color: #ffffffcc;
background-color: #303536/*#0000ff60*/;
|