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