Css : diverses améliorations mineures
This commit is contained in:
parent
11c0d3d20e
commit
10f34d8fd5
1 changed files with 34 additions and 4 deletions
|
@ -270,10 +270,12 @@ summary {
|
|||
margin: 0;
|
||||
}
|
||||
.buttonlist details > summary::before {
|
||||
content: "▼";
|
||||
content: "✚";
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
.buttonlist details[open] > summary::before {
|
||||
content: "▲";
|
||||
content: "➖";
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
/* Define strong as bold, and em as italics */
|
||||
|
@ -1172,6 +1174,8 @@ generic_menu .dropmenu .subsections ul li a {
|
|||
.buttonlist, .buttonrow, .pagelinks {
|
||||
z-index: 100;
|
||||
padding: 5px 0 5px 0;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.sceditor-button {
|
||||
border-bottom: none;
|
||||
|
@ -1220,6 +1224,7 @@ html[lang="el-GR"] .inline_mod_check {
|
|||
.pagesection .button {
|
||||
color: var(--color4);
|
||||
margin: 0 .2em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* the active one */
|
||||
|
@ -3192,7 +3197,8 @@ dl.addrules dt.floatleft {
|
|||
}
|
||||
.popup_heading {
|
||||
padding: 10px 8px;
|
||||
color: var(--mmf-color);
|
||||
color: var(--neutral-light-color);
|
||||
background-color: var(--mmf-color);
|
||||
}
|
||||
.popup_content {
|
||||
color: #222;
|
||||
|
@ -4161,7 +4167,8 @@ div.cat_bar {
|
|||
background: var(--neutral-light-color);
|
||||
/*border: 1px solid #c5c5c5;
|
||||
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);*/
|
||||
overflow: auto;
|
||||
overflow: inherit;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
/* TitleBar & SubBar */
|
||||
.title_bar {
|
||||
|
@ -4894,3 +4901,26 @@ img.theme_thumbnail {
|
|||
top:0;
|
||||
}
|
||||
|
||||
/* Partie "Notify" revue */
|
||||
.buttonlist details {
|
||||
background: var(--neutral-color);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.buttonlist details > summary {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
}
|
||||
.buttonlist details > summary a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.buttonlist details ul {
|
||||
margin: 0 1em 1em 1em;
|
||||
}
|
||||
|
||||
.buttonlist details ul li a {
|
||||
border-bottom-style: none;
|
||||
}
|
||||
/*☰
|
||||
margin, padding*/
|
||||
|
|
Loading…
Reference in a new issue