SPR-742: wiki icons, table in content, edit button, tabinclude

This commit is contained in:
Silke Pisulla 2017-04-03 13:30:34 +02:00
commit 146c8265e6
6 changed files with 30 additions and 23 deletions

View file

@ -27,6 +27,7 @@ html, body {
}
.dokuwiki {
.page ol li,
.page ul li,
.aside ul li {
color: @ini_text;
@ -365,11 +366,20 @@ ol ol ol ol ol {
/*____________ tables ____________*/
.dokuwiki table.inline tr:hover td {
color: @ini_text_alt;
.dokuwiki {
table.inline tr:hover {
th {
background-color: fade(@ini_background_alt, 50%);
}
* {
color: @ini_text_alt;
td {
background-color: fade(@ini_background_alt, 80%);
color: @ini_text_alt;
* {
color: @ini_text_alt;
}
}
}
}
@ -416,7 +426,7 @@ a {
&:link,
&:visited {
text-decoration: none;
color: @ini_link;
color: @ini_link; // links to non wikipages (external links)
}
&:hover,