FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/admin/public/css/switchboard.css at test-code-owners · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend
/
admin
/
public
/
css
/
switchboard.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
68 lines (56 loc) · 964 Bytes
Breadcrumbs
frontend
/
admin
/
public
/
css
/
switchboard.css
Copy path
File metadata and controls
68 lines (56 loc) · 964 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
html
{
overflow-y
:
scroll;
}
.
multi-column--3
{
-moz-column-count
:
3
;
-moz-column-gap
:
20
px
;
-webkit-column-count
:
3
;
-webkit-column-gap
:
20
px
;
column-count
:
3
;
column-gap
:
20
px
;
list-style-position
:
inside;
}
.
dropdown-menu
{
position
:
absolute;
display
:
block;
top
:
auto;
margin-top
:
-10
px
;
}
.
row
,
.
dropdown-menu
{
margin-left
:
20
px
;
}
.
row
{
margin
:
20
px
;
}
.
sub-heading
{
font-style
:
italic;
}
input
[
type
=
"text"
] {
background-color
:
#
DFF0D8
;
}
input
.
invalid
{
background-color
:
#
F2DEDE
;
}
input
[
type
=
text
] {
height
:
inherit;
}
#
clear-frontend
{
position
:
absolute;
right
:
0
;
}
#
switchboard
label
:
hover
{
color
:
#
699
;
cursor
:
pointer;
}
#
switchboard
.
checkbox
:
nth-child
(odd) {
background-color
:
#
E9E9E9
;
}
.
actions
{
position
:
sticky;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
20
px
0
;
background
:
#
fff
;
border-top
:
1
px
solid
#
eee
;
}
Back
|
FazBrowse Home
|
New Git URL