-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSonarr3.06DarkStyle.css
154 lines (153 loc) · 3.53 KB
/
Sonarr3.06DarkStyle.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
@-moz-document url-prefix("http://localhost:8989/") {
input {background: none;}
body {
background: #101310;
color: white;
}
.PageSidebar-sidebarContainer-1k79D,
.PageHeader-header-JYJAc,
.PageSidebar-sidebar-20RVF {
background: #181d20;
color: #888 !important;
box-shadow: 0 0 10px #000;
}
.PageSidebar-sidebarContainer-1k79D a,
.PageHeader-header-JYJAc a,
.PageSidebar-sidebar-20RVF a,
.SeriesSearchInput-input-2z4ap,
.SeriesSearchInput-input-2z4ap::placeholder {
color: #689;
}
.SeriesSearchInput-input-2z4ap {
border-bottom: solid 1px #444;
}
.PageSidebarItem-isActiveParentLink-1DcW7 {
background: teal;
color: white !important;
}
.PageSidebarItem-isActiveParentLink-1DcW7 a {
color: white !important;
}
.Label-warning-2g1Vs,
.Label-danger-38_Y1,
.Label-default-1WXPR,
.CheckInput-input-34zw0,
.Label-success-3U7QP,
.Label-info-3wLFA,
.Label-label-35sr8 {
color: white;
background: none;
}
.PageToolbar-toolbar-WwUGV,
.MenuContent-menuContent-2ShxI {
background: #181d20;
box-shadow: 0 10px 20px #000;
}
.PageToolbar-toolbar-WwUGV {
background: #181d20;
height: 5rem;
border-top: solid 2px teal;
box-shadow: 0 0 10px #000;
}
.SeriesDetails-contentContainer-q-Iqv {
background: #000;
}
.SeriesDetailsSeason-season-rsdqF,
.SeriesDetailsSeason-collapseButtonContainer-38tta,
.ModalContent-modalContent-f33n- {
background: #181d20;
color: #888;
border: none;
}
.SeriesDetailsSeason-season-rsdqF a {
color: teal;
}
.SeriesDetailsSeason-episodes-1BN90,
.SeriesDetailsSeason-episodes-1BN90 * {
border-color: #333;
}
.TableRow-row-2NoqV {
transition: none;
}
.TableRow-row-2NoqV:hover,
.TableRow-row-2NoqV:hover{
background: #000;
}
.TableRow-row-2NoqV a {
text-decoration: none !important;
}
.Table-table-1Ion0 *,
.ModalHeader-modalHeader-1uGvm,
.PageContent-content-B3Bmu,
.PageContent-content-B3Bmu *{
border-color: #444;
}
.PageContent-content-B3Bmu,
.EnhancedSelectInput-options-3Gdos{
color: #bbb;
background: #181d20;
}
.Link-to-1Sec5 {
color: #7ab;
}
.SeriesIndexPoster-title-1h3SR,
.SeriesIndexPoster-nextAiring-2nqSB,
.EpisodeDetailsModalContent-selectedTab-_FbVg,
.Input-input-25Gr2,
.Card-card-1klRK,
.Button-default-342be,
.AddNewSeries-searchIconContainer-2rJMO,
.Popover-body-tzQDl,
.TableOptionsColumn-label-1CyZa,
.TableOptionsColumn-dragHandle-3q0m6{
border: none;
background: #234;
color: #fff;
}
.Card-card-1klRK {
border: none;
box-shadow: none;
padding: 1rem;
}
.EpisodeDetailsModalContent-selectedTab-_FbVg,
.Input-input-25Gr2,
.Button-primary-1b2Rk, .QualityProfileItemGroup-qualityProfileItemGroup-1EgkU,
.QualityProfileItem-qualityProfileItem-OzlTC {
border: none;
}
.Menu-menu-24VYO {
padding-top: 0.55rem;
}
.MenuItem-menuItem-Yot4A,
.QualityProfiles-center-1Pp4b,
.Indexers-center-M0oQ6,
.Alert-info-12T01,
.DownloadClients-center-1gdOg,
.ImportLists-center-KOIJA,
.Notifications-center-1KGvf,
.AddNewSeriesSearchResult-underlay-2JxgL {
background: none;
}
.AddNewSeriesSearchResult-underlay-2JxgL:hover,
.Button-success-2zRuG, .QualityProfileItem-qualityProfileItem-OzlTC {
border: none;
background: #333d3d;
}
.EnhancedSelectInputOption-isSelected-4PJA9,
.EnhancedSelectInputOption-isSelected-4PJA9:hover,
.QualityProfileItemGroup-qualityProfileItemGroup-1EgkU,
.Popover-title-2n2Xp
{
color: #fff;
background: teal;
}
.EnhancedSelectInputOption-option-8Cz3_:hover
{
color: #000;
background: lightblue;
}
.EnhancedSelectInput-options-3Gdos {
border-color: #000;
box-shadow: 0 10px 20px #000;
}
}