summaryrefslogtreecommitdiffstats
path: root/src/style-hc.css
blob: 767cbe8c32d275da3e255a4523d912c76f33d16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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;
}