Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/fake-notification.css
blob: 12509459f165c296b2b44940d7913e46825044bf (plain)
1
2
3
4
5
6
7
8
9
.fake-notification {
  position: relative;
  height: 60px;

  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}