-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (57 loc) · 1.12 KB
/
style.css
File metadata and controls
67 lines (57 loc) · 1.12 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
#wp-admin-bar-toggle-admin-menu {
display: flex !important;
justify-content: center;
}
#wp-admin-bar-toggle-admin-menu .ab-item {
display: none !important;
}
#toggle-admin-menu-select-container {
display: flex;
align-items: center;
background: #1d2327;
gap: 0;
}
#toggle-admin-menu-select {
background: #444444;
border: 0;
padding: 0 1rem;
color: white;
box-sizing: border-box;
}
#toggle-admin-menu-select option {
padding: 0.25rem 0.5rem;
}
#toggle-admin-menu-select:focus {
outline: none;
border-color: #2271b1;
}
#toggle-admin-menu-apply {
background: #2271b1;
color: white;
border: none;
padding: 0 0.25rem;
cursor: pointer;
margin-left: 0;
}
#toggle-admin-menu-apply:hover {
background: #2271b1;
}
#toggle-admin-menu-settings {
background: #2c3338;
color: white;
text-decoration: none;
padding: 0 0.1rem !important;
display: flex;
align-items: center;
justify-content: center;
border-radius: 2px;
cursor: pointer;
}
#toggle-admin-menu-settings:hover {
background: #3c434a;
}
#toggle-admin-menu-apply img,
#toggle-admin-menu-settings img {
width: 20px;
height: 20px;
}