Abgleich mit Live-Daten
This commit is contained in:
+16
-16
@@ -1,17 +1,17 @@
|
||||
input[type="number"],input[type="date"] {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-o-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
background: #f8f8f8;
|
||||
border-radius: 6px;
|
||||
border: solid 1px #e5e5e5;
|
||||
color: inherit;
|
||||
display: block;
|
||||
outline: 0;
|
||||
padding: 0 1em;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
height: 3em;
|
||||
input[type="number"],input[type="date"] {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-o-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
background: #f8f8f8;
|
||||
border-radius: 6px;
|
||||
border: solid 1px #e5e5e5;
|
||||
color: inherit;
|
||||
display: block;
|
||||
outline: 0;
|
||||
padding: 0 1em;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
height: 3em;
|
||||
}
|
||||
+21
-21
@@ -1,22 +1,22 @@
|
||||
#marquee-cont {
|
||||
background: #ff6363;
|
||||
margin-top:10px;
|
||||
}
|
||||
#marquee-cont marquee {
|
||||
margin-top: 5px;
|
||||
background: #ff6363;
|
||||
}
|
||||
#marquee-news {
|
||||
|
||||
background: #1174A8;
|
||||
padding: 5px;
|
||||
}
|
||||
#ticker-title{
|
||||
border:none;
|
||||
padding:5px 20px;
|
||||
background:#1174A8;
|
||||
color:white;
|
||||
}
|
||||
#ticker-title:focus{
|
||||
outline:none;
|
||||
#marquee-cont {
|
||||
background: #ff6363;
|
||||
margin-top:10px;
|
||||
}
|
||||
#marquee-cont marquee {
|
||||
margin-top: 5px;
|
||||
background: #ff6363;
|
||||
}
|
||||
#marquee-news {
|
||||
|
||||
background: #1174A8;
|
||||
padding: 5px;
|
||||
}
|
||||
#ticker-title{
|
||||
border:none;
|
||||
padding:5px 20px;
|
||||
background:#1174A8;
|
||||
color:white;
|
||||
}
|
||||
#ticker-title:focus{
|
||||
outline:none;
|
||||
}
|
||||
Reference in New Issue
Block a user