-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChromeStrap.css
50 lines (46 loc) · 971 Bytes
/
ChromeStrap.css
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#bs-bp-notify {
position: fixed;
bottom: 0;
right: 0;
margin: 20px;
padding: 15px;
padding-top: 5px;
padding-bottom: 5px;
color: #000000;
background-color: #cccccc;
border: 1px solid #777777;
border-radius: 5px;
text-align: left;
font-family: monospace;
font-size: 12px;
z-index: 10000;
box-shadow: -5px -5px 10px #777777;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.bs-bp-dismiss>a {
text-align: right;
display: block;
float: right;
margin-right: -10px;
margin-top: -5px;
cursor: pointer;
color: black;
font-weight: 700;
}
.bs-bp-dismiss>a:hover {
text-decoration: none;
}
.bs-bp-message a.info {
vertical-align: super;
font-size: 9px;
cursor: help;
}
.bs-bp-message strong {
font-weight: bold;
}