This repository was archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathapp-dark.css
More file actions
84 lines (66 loc) · 1.95 KB
/
app-dark.css
File metadata and controls
84 lines (66 loc) · 1.95 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* Your app styles here */
/* Default Statusbar background */
html.ios.with-statusbar, .ios.with-statusbar body { height: 100vh }
.ios .statusbar, .ios .theme-dark .statusbar {
background: #1D1D27;
/* We can add transition for smooth color animation */
/*transition: 400ms;*/
}
.ios .page-content, body {
background-color: #15151E;
background: #15151E;
}
.ios .navbar, .ios .navbar-inner, .ios .theme-dark .subnavbar, .subnavbar.ios .theme-dark {
color: #FFF !important;
background: #1D1D27;
}
.ios .navbar:after, .ios .theme-dark .searchbar:after, .searchbar.ios .theme-dark:after {
display: none;
}
.ios .theme-dark .searchbar, .searchbar.ios .theme-dark {
background-color: #1D1D27;
}
.ios .theme-dark .searchbar input[type=search], .ios .theme-dark .searchbar input[type=text], .searchbar.ios .theme-dark input[type=search], .searchbar.ios .theme-dark input[type=text] {
background-color: #15151E;
color: #fff;
}
.ios .toolbar:before {
display: none;
}
.ios li {
background-color: #1D1D27;
color: #FFF;
}
.ios .theme-dark .card {
background-color: #1D1D27;
}
.ios .block-strong, .ios .theme-dark .block-strong, .ios .theme-dark.block-strong {
background-color: #1D1D27;
color: #FFF;
}
.ios .block:before, .ios .block:after {
display: none;
}
.ios .list li:before, .ios .list li:after, .ios .list ul:before, .ios .list ul:after, .ios .links-list a:after {
display: none;
}
.ios .list ul {
background: #1D1D27;
}
.ios .toolbar, .ios .toolbar-inner, .ios .theme-dark .toolbar, .ios .theme-dark .toolbar-inner {
background-color: #1D1D27;
}
/* Change Statusbar background when panel opened */
html.with-panel-left-cover .ios .statusbar {
background: #222;
}
.ios .tabbar-labels a.link, .ios .tabbar-labels a.tab-link {
padding-top: 10px;
padding-bottom: 0px;
}
.ios .tabbar-labels .tab-link:not(.tab-link-active) .icon-ios-fill {
display: none;
}
.ios .tabbar-labels .tab-link.tab-link-active .icon:not(.icon-ios-fill) {
display: none;
}