Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/system.css
blob: 27e59cfa7bbd03998383d91cd3f0a46a9a77696d (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
/* Windows */

div.windowSprite {
  background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
}

/* Tasks Manager */

#cardsView li {
  background-color: #00f;
}

#cardsView li > a {
  background: url('images/tasks/close.png') no-repeat;
}

#cardsView li > a:active {
  background: url('images/tasks/close-active.png') no-repeat;
}

#cardsView li > h1 {
  text-align: center;
  color: #fff;
  font-size: 2em;
  text-shadow: #000 0 2px 1px;
}