Compare commits

...

2 commits

Author SHA1 Message Date
Ilya Prokopenko
5ec34267cc
Rename style.css to main.css
That's more accurate.
2023-05-08 09:09:00 +07:00
Ilya Prokopenko
dfc4f932cb
Add z-index to .cookies-popup 2023-05-08 09:06:18 +07:00
2 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,8 @@
{if $theme !== NULL}
{if $theme->inheritDefault()}
{css "css/main.css"}
{css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"}
{css "css/notifications.css"}
@ -21,8 +21,8 @@
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" />
{/if}
{else}
{css "css/main.css"}
{css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"}
{css "css/notifications.css"}
@ -43,8 +43,8 @@
{css "css/microblog.css"}
{/if}
{else}
{css "css/main.css"}
{css "css/bsdn.css"}
{css "css/style.css"}
{css "css/dialog.css"}
{css "css/nsfw-posts.css"}
{css "css/notifications.css"}

View file

@ -2086,6 +2086,7 @@ table td[width="120"] {
height: 40px;
background: linear-gradient(#fff, #eee);
box-shadow: inset 0px 1px 0px #bbb, inset 0px 2px 0px #ddd;
z-index: 2048;
}
.cookies-popup .contanier {