File: styling.css

package info (click to toggle)
brisk-menu 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,088 kB
  • sloc: ansic: 5,810; xml: 93; sh: 71; makefile: 14
file content (43 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (3)
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
39
40
41
42
43
.brisk-button-vertical {
    padding: 0px;
    margin: 0px;
}

.brisk-button {
    padding: 0px;
    margin: 0px;
}

.brisk-dash {
	background-color: alpha(@theme_bg_color, 0.95);
}

.brisk-dash .dash-category-button {
	border: 1px solid transparent;
	background-color: transparent;
	font-weight: bold;
}

.brisk-dash .dash-category-button:checked {
	background-color: mix(@theme_bg_color, #000000, 0.2);
	border: 1px solid alpha(@theme_fg_color, 0.1);
}

.brisk-dash .dash-category-button:hover {
	background-color: mix(@theme_bg_color, #000000, 0.2);
	border: 1px solid alpha(#000, 0.2);
}

.brisk-dash .header {
	background-color: mix(@theme_bg_color, #000000, 0.1);
    border-bottom: 1px solid mix(@theme_base_color, #000000,  0.35);
    box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04);
}

.brisk-dash .header .section-box-holder {
	margin: 5px;
}

scrolledwindow {
	border: none;
}