Merge branch 'sidebarMenuzustaende' into 'master'

SPR-953: additional sidebar menu states

See merge request !64
This commit is contained in:
Jana Deutschländer 2017-05-02 11:04:08 +02:00
commit 43fed43e03
12 changed files with 316 additions and 203 deletions

View file

@ -59,9 +59,15 @@ ul.page-attributes {
}
.noopentasks {
background-color: @ini_background;
span {
background-color: @ini_background_site;
border-color: @noopentasks-border;
color: @ini_text_webframe;
}
svg path {
fill: @ini_text_webframe;
}
.num {
background-color: @noopentasks-border; // fix

View file

@ -1,6 +1,6 @@
/**
* This file provides styles for the edit view (?do=edit), preview
* and section edit buttons.
* and "section edit button" and "editbutton_table edit button".
*/
@ -9,9 +9,18 @@
#dokuwiki__content {
div.section_highlight {
clear: right;
background: repeating-linear-gradient(
-45deg,
@highlight-odd-ini_text,
@highlight-odd-ini_text 10px,
@highlight-even-ini_text 10px,
@highlight-even-ini_text 20px,
);
border-color: @ini_background_page_header;
padding-top: 0 !important; // heredity
}
// "section edit button" and "editbutton_table edit button"
.secedit button {
clear: both;
font-size: 100%;

View file

@ -22,7 +22,7 @@
border-radius: 0 0 @fix_border-radius @fix_border-radius;
color: @ini_existing;
font-size: @font-size-small;
margin-top: 0;
margin-top: 0; // for best position of edit-tab beneeth table
padding-right: .3em;
transition: @transition background-color, @transition border-color, @transition color;

View file

@ -29,6 +29,9 @@
nav.nav-starred {
ul {
list-style: none;
&#sidebar-menu-starred {
margin-left: 0;
}
li {
margin-left: 0;
svg {