Welcome to mirror list, hosted at ThFree Co, Russian Federation.

whatsnew.scss « css « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99d99ded6914374b274dc7c759295dec5f5c9db8 (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
/**
 * @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;
}