File: collatinus.css

package info (click to toggle)
collatinus 11-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 5,532 kB
  • sloc: cpp: 4,145; makefile: 28; sh: 16
file content (25 lines) | stat: -rw-r--r-- 372 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
QMainWindow::separator {
	background-color: lightgray;
	border: 1px dashed black;
    width: 4px;
	border-radius: 3px;
}

QMainWindow::separator:horizontal {
	image: url(:res/poignee.svg);
}

QMainWindow::separator:hover {
	background: red;
}

QDockWidget::title {
  	text-align: center;
  	padding-left: 5px;
}

QToolButton:checked {
	color: blue;
	font-weight: bold;
}