forked from JEFF-MIKE/cs3305_teamten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.css
44 lines (39 loc) · 790 Bytes
/
apply.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
.navbar-custom {
background-color: #ff5500;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
}
.nav {
text-align: right;
}
.nav a[href=""]{
color: black;
background-color:white;
width: 100%;
}
input[type="file"] {
display: none;
color: transparent;
}
.file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
#msg {
width: 300px;
height:100px;
}