summaryrefslogtreecommitdiffstats
path: root/src/style-hc.css
diff options
context:
space:
mode:
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;
+}