Removed references to 'blue' and replaced with rgb code
This commit is contained in:
parent
7ad0b47ea6
commit
8075070b26
@ -114,7 +114,7 @@
|
||||
}
|
||||
|
||||
.dateSelector select {
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
border-radius: 3px;
|
||||
padding: 6px 20px;
|
||||
margin-right: 1%;
|
||||
|
@ -8,7 +8,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 2px 4px;
|
||||
text-decoration: none;
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#userForm input {
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
border-style: 1px solid blue;
|
||||
border-style: 1px solid rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
#userForm label {
|
||||
@ -45,7 +45,7 @@
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 6px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
}
|
||||
|
||||
@ -62,6 +62,7 @@
|
||||
#userForm input[type="text"] {
|
||||
flex: 1;
|
||||
align-items: flex-end;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
padding: 3px 10px;
|
||||
margin: 0 6%;
|
||||
|
@ -79,7 +79,7 @@ For upper/primary controls
|
||||
}
|
||||
|
||||
.navLink {
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 2px 4px;
|
||||
text-decoration: none;
|
||||
@ -121,7 +121,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc.
|
||||
}
|
||||
|
||||
.subNavLink {
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255)blue;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0px 2px 4px;
|
||||
text-decoration: none;
|
||||
@ -152,7 +152,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc.
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 6px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
}
|
||||
|
||||
@ -171,7 +171,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc.
|
||||
|
||||
.plainLinkBlue {
|
||||
text-decoration: none;
|
||||
color: blue;
|
||||
color: rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
.plainLinkBlue:hover {
|
||||
@ -192,7 +192,7 @@ TEMPORARY
|
||||
|
||||
#giveawayLink {
|
||||
text-decoration:none;
|
||||
color:blue;
|
||||
color:rgb(0, 0, 255);
|
||||
-webkit-text-stroke: 1px white;
|
||||
}
|
||||
#giveawayLink:hover {
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#userForm input {
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
border-style: 1px solid blue;
|
||||
border-style: 1px solid rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
#userForm label {
|
||||
@ -45,7 +45,7 @@
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 6px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
}
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 3px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
}
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 3px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
color: black;
|
||||
}
|
||||
@ -149,7 +149,7 @@
|
||||
|
||||
#userForm input {
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
border-style: 1px solid blue;
|
||||
border-style: 1px solid rgb(0, 0, 255);
|
||||
}
|
||||
|
||||
#userForm label {
|
||||
@ -165,7 +165,7 @@
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 6px;
|
||||
border: 1px solid blue;
|
||||
border: 1px solid rgb(0, 0, 255);
|
||||
box-shadow: 0px 2px 4px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user