forked from sergey-drpa/Tab-Suspender
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsession.css
More file actions
51 lines (42 loc) · 746 Bytes
/
Copy pathsession.css
File metadata and controls
51 lines (42 loc) · 746 Bytes
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
51
a.link {
white-space: nowrap;
}
div.line {
overflow: hidden;
}
.ts_title {
font-family: Helvetica;
font-size: 22px;
font-weight: bold;
color: #79bcff /*#1dcfeb*/;
text-shadow: #2376c4 0px 1px 0px;
cursor: pointer;
text-decoration: none;
text-align: center;
}
.ts_title:hover {
color: #6ea9ec;
}
.card-window {
margin-top: 70px;
min-width: -webkit-fill-available !important;
}
.first-window {
margin-top: 25px !important;
}
.container {
padding-top: 10px !important;
}
.delete-btn {
position: absolute;
right: 4px;
cursor: pointer;
}
.delete-btn:hover {
transform: scale(1.2) !important;
}
.tabs-n {
color: #aaa;
font-size: 16px;
font-weight: 100;
}