aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/whatsnew.css
blob: 942b73451aeed159901612a0b25d8101a8fd6e40 (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
28
29
30
31
32
/**
 * @copyright Copyright (c) 2018, Arthur Schiwon <blizzz@arthur-schiwon.de>
 *
 * @license GNU AGPL version 3 or any later version
 *
 */
.whatsNewPopover {
  bottom: 35px !important;
  left: 15px !important;
  width: 270px;
  z-index: 700;
}

.whatsNewPopover p {
  width: auto !important;
}

.whatsNewPopover .caption {
  font-weight: bold;
  cursor: auto !important;
}

.whatsNewPopover .icon-close {
  position: absolute;
  right: 0;
}

.whatsNewPopover::after {
  content: none;
}

/*# sourceMappingURL=whatsnew.css.map */