mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
bc42dec024
commit
54fa7db94a
3 changed files with 28 additions and 7 deletions
|
|
@ -7,7 +7,6 @@ a,
|
|||
a:hover,
|
||||
a:active {
|
||||
color: #333;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.statbate {
|
||||
|
|
@ -438,6 +437,31 @@ a {
|
|||
border-top: 0 !important;
|
||||
}
|
||||
|
||||
.mg-main-line.mg-line1 {
|
||||
stroke: green;
|
||||
}
|
||||
|
||||
.mg-main-line.mg-line2 {
|
||||
stroke: #25639a;
|
||||
}
|
||||
|
||||
.mg-main-line.mg-line3 {
|
||||
stroke: brown;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.header_track:hover,
|
||||
.page-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button {
|
||||
-webkit-appearance: searchfield-cancel-button;
|
||||
}
|
||||
|
||||
@media (max-width: 805px) {
|
||||
.promo-block,
|
||||
.dataTables_paginate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue