Modified save button style.
This commit is contained in:
parent
36f5c0d023
commit
0d63da02b2
1 changed files with 16 additions and 1 deletions
|
@ -2576,13 +2576,28 @@ button.collapsible.metadataRubrics.active {
|
|||
}
|
||||
.virtualArticleSwitch {
|
||||
border-top: 1px solid #8B4513;
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
align-items: baseline;
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
.virtualArticleSwitch >label.switch {
|
||||
font-family: IPH Astra Serif;
|
||||
font-style: normal;
|
||||
font-size: 1.3rem;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
padding-top: 9px;
|
||||
}
|
||||
.virtualArticleSwitch >button {
|
||||
all: unset;
|
||||
cursor: pointer;
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.3rem;
|
||||
padding: 15px;
|
||||
background-color: #f8eccc;
|
||||
}
|
||||
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||
background-image: url(../images/bullet_icon.png);
|
||||
|
|
Loading…
Add table
Reference in a new issue