File: style.css

package info (click to toggle)
rhythmbox 3.4.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,376 kB
  • sloc: ansic: 114,861; python: 4,941; xml: 730; javascript: 350; perl: 307; sh: 84; makefile: 43
file content (23 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.sidebar-toolbar {
	border: 0;
	border-radius: 0;
}

.primary-toolbar {
	border-bottom: solid 1px @borders;
}

.floating-bar {
	padding: 1px;
	background-color: @theme_base_color;
	border-width: 1px;
	border-style: solid solid none;
	border-color: @borders;
	border-radius: 3px 0 0 0;
	border-right-style: none;
}

.floating-bar:backdrop {
	background-color: @theme_unfocused_base_color;
	border-color: @unfocused_borders;
}