no ie allowed

This commit is contained in:
Devaev Maxim
2018-08-20 07:43:23 +03:00
parent 0d19451bbe
commit a4b6f4fb98
7 changed files with 73 additions and 15 deletions

View File

@@ -9,6 +9,20 @@ body {
user-select: none;
touch-action: manipulation;
}
a {
text-decoration: underline dotted;
color: var(--fg-color-normal);
}
a:hover {
text-decoration: underline;
}
hr {
border: none;
border-top: var(--normal-border);
}
img#logo {
-webkit-filter: invert(0.7);
filter: invert(0.7);
@@ -26,7 +40,7 @@ ul#ctl {
top: 0;
width: 100%;
height: 50px;
z-index: 2147483647;
z-index: 2147483646;
}
ul#ctl li.ctl-logo {
line-height: 50px;
@@ -70,7 +84,7 @@ div.ctl-dropdown-content {
background-color: var(--bg-color-ctl);
min-width: 180px;
box-shadow: var(--big-shadow);
z-index: 2147483646;
z-index: 2147483645;
}
div.ctl-dropdown-content div.buttons-row {
margin: 0;