databse remote connection
This commit is contained in:
@ -1,8 +1,36 @@
|
||||
body {
|
||||
padding: 50px;
|
||||
/* padding: 50px; */
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
.menue{
|
||||
background-color: #00B7FF;
|
||||
}
|
||||
|
||||
#iconadd{
|
||||
/* padding-top: 20px; */
|
||||
padding-right: 20px;
|
||||
border: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#einkaufslisten{
|
||||
background-color: #00B7FF;
|
||||
}
|
||||
|
||||
#blaueschrift{
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
.input-field input:focus + label {
|
||||
color: #00B7FF !important;
|
||||
}
|
||||
|
||||
.row .input-field input:focus {
|
||||
border-bottom: 1px solid #00B7FF !important;
|
||||
box-shadow: 0 1px 0 0 #00B7FF !important;
|
||||
}
|
Reference in New Issue
Block a user