-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
81 lines (77 loc) · 1.24 KB
/
Copy pathoptions.css
File metadata and controls
81 lines (77 loc) · 1.24 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
body {
/*background: #333;
color: white;*/
font-family: Arial;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
margin-bottom: 10px;
}
ul > li > * {
vertical-align: top;
}
input[type=text],
textarea,
select {
border: 2px solid #BDC3C7;
border-radius: 6px;
color: #34495E;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
padding: 8px 12px;
outline: none;
transition: border .25s linear, color .25s linear, background-color .25s linear;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
}
input[type=text]:focus,
textarea:focus,
select:focus {
border-color: #1ABC9C;
}
button {
border: 0;
border-radius: 3px;
color: white;
font-size: 14px;
height: 40px;
width: 100px;
}
.ms-domain {
width: 200px;
margin: 0 30px 0 10px;
}
.ms-test-domain {
outline: none;
margin: 40px 30px 0 -258px;
width: 200px;
}
.ms-js,
.ms-css {
height: 50px;
margin: 0 30px 0 10px;
width: 400px;
}
.ms-remove {
background-color: #c0392b;
margin-left: 20px;
}
#ms-add {
background-color: #2980b9;
}
#ms-save {
background-color: #27ae60;
margin-right: 20px;
}
#ms-message {
display: inline-block;
}
#ms-export-container {
height: 70px;
width: 50%;
}
#ms-export, #ms-import {
background-color: #7f8c8d;
}