forked from vicwomg/pikaraoke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
88 lines (81 loc) · 1.38 KB
/
custom.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
.custom-combobox {
position: relative;
display: inline-block;
width: 90%;
}
.custom-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
}
.custom-combobox-input {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
#notification {
margin-bottom: 0;
}
#brand {
margin-left: 0;
}
#menu {
margin-right: 0;
}
.control-box a {
color: #cccccc;
}
.control-box a:hover {
color: #74ccb3;
}
.pagination {
margin-bottom: 7px;
}
.pagination-page-info {
padding: 0;
width: 100%;
margin: 0.5em;
margin-left: 0;
font-size: 12px;
}
.pagination-page-info b {
color: black;
background: #6aa6ed;
padding-right: 5px;
font-size: 150%;
}
.pagination-list {
list-style: none !important;
margin-top: 0px !important;
margin-left: 0px !important;
margin-bottom: 0px !important;
}
.pagination-list li {
margin-top: 0px !important;
}
.pagination-previous,
.pagination-next {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.pagination-page-info b {
color: white;
background-color: transparent;
font-size: 100%;
}
input {
/* prevents mobile zooming */
font-size: 16px !important;
}
table {
table-layout: fixed;
width: 100%;
}
.break-word {
overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
width: 100%;
}
body.hide-cursor * {
cursor: none !important;
}