Compare commits

...

2 Commits

Author SHA1 Message Date
prx 398079c841 fix underlined button 2024-01-16 15:07:06 +01:00
prx c93287765b update popup for dark bg 2024-01-16 14:59:33 +01:00
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,10 @@
visibility: hidden;
transition: 0.3s ease-out;
}
#dokuwiki__sidebar_close_btn,
#dokuwiki__sidebar_show_btn {
text-decoration: none;
}
#dokuwiki__sidebar_close_btn {
float: right;
}
@ -132,6 +136,10 @@ button.toolbutton {
left:0;
top:2em;
}
.JSpopup {
background-color: var(--bg);
color: var(--text);
}
/* admin and multimedia width */
.mode_media > main,
@ -141,3 +149,4 @@ button.toolbutton {
}
table { width: 100%; }