summaryrefslogtreecommitdiffstats
path: root/src/style-hc.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:57:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:57:27 +0000
commit6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18 (patch)
treed423850ae901365e582137bdf2b5cbdffd7ca266 /src/style-hc.css
parentInitial commit. (diff)
downloadgnome-software-6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18.tar.xz
gnome-software-6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18.zip
Adding upstream version 43.5.upstream/43.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/style-hc.css')
-rw-r--r--src/style-hc.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/style-hc.css b/src/style-hc.css
new file mode 100644
index 0000000..767cbe8
--- /dev/null
+++ b/src/style-hc.css
@@ -0,0 +1,38 @@
+.installed-overlay-box {
+ text-shadow: none;
+}
+
+.category-tile:not(.category-tile-iconless) {
+ box-shadow: inset 0 0 0 1px alpha(@card_fg_color, .5);
+}
+
+.application-details-infobar.info {
+ background-color: #d3d7cf;
+ border-color: darker(#d3d7cf);
+}
+
+.application-details-infobar.warning {
+ color: @theme_fg_color;
+}
+
+review-bar,
+.review-histogram star-image {
+ color: alpha(@theme_fg_color, .8);
+}
+
+star-image {
+ color: inherit;
+}
+
+.origin-rounded-box {
+ box-shadow: inset 0 0 0 1px currentColor;
+}
+
+.context-tile-lozenge {
+ box-shadow: inset 0 0 0 2px currentColor;
+}
+
+app-context-bar .context-tile {
+ border-color: @borders;
+ box-shadow: none;
+}