diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-21 14:22:16 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-21 14:22:16 +0300 |
commit | 1ebb5cc6696b66968851fb60034e4e707654aa10 (patch) | |
tree | 056169c5c294665373068ed0c09795063ba35b75 /style.css | |
parent | 390ead187c1af0280f0d57919d594823c1d5ad6b (diff) |
update tiling button for imageviewer.js to use an icon in same style as others, add mouseover hints
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -272,7 +272,8 @@ input[type="range"]{ }
.modalClose,
-.modalZoom {
+.modalZoom,
+.modalTileImage {
color: white;
font-size: 35px;
font-weight: bold;
|