Differences From Artifact [f3328a84fb]:
- File src/default.css — part of check-in [ef6cdb68c8] at 2020-08-30 19:18:03 on branch trunk — Fixed a stroke width in that previous commit. (user: stephan size: 29502)
To Artifact [af1cabf3fc]:
- File src/default.css — part of check-in [c304b4ffdf] at 2020-09-11 23:56:22 on branch trunk — Rearranged the pikchrshow controls a bit to make better use of space and reduce flickering of the preview mode label/controls. Adapted CSS for pikchr error reporting structure changes. Code renaming for consistency/clarity. fossil.copyButton() click handler is now a no-op if the pseudo-button element has the 'disabled' CSS class and added style to grey such a button out. (user: stephan size: 29544)
| ︙ | |||
901 902 903 904 905 906 907 908 909 910 911 912 913 914 | 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 | + + + |
d='M4,5h4v1h-4zm0,2h4v1h-4z'/%3E%3Cpath style='fill:rgb(64,64,64)' \
d='M5,3h5l3,3v7h-8z'/%3E%3Cpath style='fill:rgb(248,248,248)' \
d='M10,4.4v1.6h1.6zm-4,-0.6h3v3h-3zm0,3h6v5.4h-6z'/%3E%3Cpath style='fill:rgb(80,128,208)' \
d='M7,8h4v1h-4zm0,2h4v1h-4z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.copy-button.disabled {
opacity: 0.4;
}
.copy-button-flipped {
/*Note: .16em is suitable for element grouping.*/
margin-left: .16em;
margin-right: 0;
}
.nobr {
|
| ︙ |