summaryrefslogtreecommitdiffstats
path: root/pacman-c++/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/style.qss')
-rw-r--r--pacman-c++/style.qss31
1 files changed, 0 insertions, 31 deletions
diff --git a/pacman-c++/style.qss b/pacman-c++/style.qss
deleted file mode 100644
index 1a24459..0000000
--- a/pacman-c++/style.qss
+++ /dev/null
@@ -1,31 +0,0 @@
1QGroupBox#actor1::indicator {
2 background-image: url(:/actor1icon);
3 background-position: top left;
4 background-repeat: no-repeat;
5 width: 16px;
6 height: 14px;
7}
8
9QGroupBox#actor2::indicator {
10 background-image: url(:/actor2icon);
11 background-position: top left;
12 background-repeat: no-repeat;
13 width: 16px;
14 height: 14px;
15}
16
17QGroupBox#actor3::indicator {
18 background-image: url(:/actor3icon);
19 background-position: top left;
20 background-repeat: no-repeat;
21 width: 16px;
22 height: 14px;
23}
24
25QGroupBox#actor4::indicator {
26 background-image: url(:/actor4icon);
27 background-position: top left;
28 background-repeat: no-repeat;
29 width: 16px;
30 height: 14px;
31}