statistike --> odstranjen dvojni shadow, prikaz settingov pri manjših ekranih

This commit is contained in:
Nejc Kovač 2022-08-25 11:15:35 +02:00
parent ecaabf3c0c
commit 1f7c522698
2 changed files with 11 additions and 2 deletions

View File

@ -30049,7 +30049,6 @@ iframe#ifmcontentstoprint {
position: absolute;
left: 17px;
top: 40px;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275);
}
#div_analiza_data .faicon.dots {
cursor: pointer;
@ -30120,6 +30119,11 @@ iframe#ifmcontentstoprint {
padding-bottom: 16px;
}
@media only screen and (max-width: 850px) {
.analysis_icons_holder {
display: block !important;
}
}
.cell_icons button::before {
font-weight: 700;
content: "\f141";

View File

@ -14,7 +14,7 @@
left: 17px;
top: 40px;
box-shadow: 0px 0px 7px 0px #0000001F;
}
.faicon.dots {
@ -127,6 +127,11 @@
}
@media only screen and (max-width: 850px) {
.analysis_icons_holder {
display: block !important;
}
}