Fossil

Check-in [63d51076]
Login

Check-in [63d51076]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | pikchrshow-wasm
Files: files | file ages | folders
SHA3-256: 63d510764e93fb9a5c8a19c231b916a23f0dad84707c7e9b4ba7bf6de8722ad8
User & Date: stephan 2022-06-06 21:56:10
Context
2022-06-06
21:56
pikchrshow: swap default config value for position of input/output areas. ... (check-in: 3bd30e66 user: stephan tags: pikchrshow-wasm)
21:56
darkmode skin: replace on-focus color change of buttons with a light border, else the text has illegibly little contrast. ... (check-in: 63d51076 user: stephan tags: pikchrshow-wasm)
20:54
Consolidated some CSS. Minor pikchrshow layout tweaks. ... (check-in: ae8f2ebe user: stephan tags: pikchrshow-wasm)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to skins/darkmode/css.txt.

129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
  outline: 0
}
.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  color: #333;
  border-color: #888;
  outline: 0
}

/* All page content from the bottom of the menu or submenu down to
** the footer */
div.content {
  padding: 0ex 1ex 1ex 1ex;
}







|

<







129
130
131
132
133
134
135
136
137

138
139
140
141
142
143
144
  outline: 0
}
.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 2px outset #333;
  border-color: #888;

}

/* All page content from the bottom of the menu or submenu down to
** the footer */
div.content {
  padding: 0ex 1ex 1ex 1ex;
}