mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 01:31:14 -04:00
Adds no-browser fallback.
This commit is contained in:
parent
a4e599034e
commit
a076dfc7d3
6 changed files with 13 additions and 15 deletions
|
@ -45,13 +45,14 @@
|
|||
color: @col-error;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.unsupportedBrowserMsg {
|
||||
.noBrowserMsg {
|
||||
display: none;
|
||||
color: @col-error;
|
||||
margin-left: 16px;
|
||||
a, a:active, a:visited {
|
||||
color: @col-error;
|
||||
text-decoration: underline;
|
||||
opacity: 1;
|
||||
&:hover {
|
||||
color: @col-hover;
|
||||
}
|
||||
|
|
|
@ -51,11 +51,6 @@ body {
|
|||
html.js .hideOnJs, html.no-js .hideOnNoJs {
|
||||
display: none;
|
||||
}
|
||||
html.oldie {
|
||||
.unsupportedBrowserMsg {
|
||||
display: inline !important;
|
||||
}
|
||||
#tree {
|
||||
display: none !important;
|
||||
}
|
||||
html.no-browser .noBrowserMsg {
|
||||
display: inline !important;
|
||||
}
|
||||
|
|
|
@ -61,8 +61,6 @@
|
|||
img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
td:nth-child(2), th:nth-child(2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue