summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2022-09-28 13:28:12 +0200
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-09-30 10:26:13 +0200
commit21c7958549e6151610dd08fd007ef308d1799db5 (patch)
tree1493a3446defa758f75fc04b820156a891cce5be
parentAdd missing full stop at the end of the error message (diff)
downloadonline-21c7958549e6151610dd08fd007ef308d1799db5.tar.gz
online-21c7958549e6151610dd08fd007ef308d1799db5.zip
slidesorter: use correct styles for desktop & selection more visible
Mark as important so will not be overriden by the mobile-wizard rules. Use primary color for selection so it will be visible... Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I7688f22c4da0121999b7f7675fcab0b0f59f8c11
-rw-r--r--browser/css/partsPreviewControl.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/css/partsPreviewControl.css b/browser/css/partsPreviewControl.css
index 78e53d0a0f..a5e28968a3 100644
--- a/browser/css/partsPreviewControl.css
+++ b/browser/css/partsPreviewControl.css
@@ -31,19 +31,19 @@
vertical-align: middle;
max-width: 164px;
cursor: pointer;
- border: 1px solid var(--color-border);
+ border: 1px solid var(--color-border) !important;
margin-left: 10px;
margin-right: 10px;
}
/* The current part the user is on. */
.preview-img-currentpart {
- border: 1px solid var(--color-border-dark);
+ border: 1px solid var(--color-primary-dark) !important;
}
/* One of (potentially many) selected parts, but not the current. */
.preview-img-selectedpart {
- border: 1px solid var(--color-border-dark) !important;
+ border: 1px solid var(--color-primary) !important;
}
/* Highlight where a slide can be dropped when reordering by drag-and-drop. */