diff --git a/resources/css/style.css b/resources/css/style.css index 4e6f745..f28e8be 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -177,3 +177,29 @@ QTabBar::close-button { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } + +/* ---------------------------------------- + Find Search page +*/ + +#sideBar { + background-color: white; +} + +#contentmanagerside QWidget{ + background-color: white; + outline: none; +} + +#contentmanagerside QRadioButton:checked { + border: none; +} + + +#contentmanagerside QRadioButton::indicator { + image: none; +} + +#contentmanagerside QCheckBox::indicator { + image: none; +} diff --git a/resources/texts/_contentManager.html b/resources/texts/_contentManager.html index bd26a9d..29f7705 100644 --- a/resources/texts/_contentManager.html +++ b/resources/texts/_contentManager.html @@ -91,14 +91,34 @@ body { padding: 0; margin: 0; } +*:focus { + outline: none; +} +#searchInput { + background-image: url('qrc:///icons/search.svg'); + background-repeat: no-repeat; + background-position: left top; + background-size: 40px 40px; + padding: 0px; + margin: 0px; + padding-left: 45px; + height: 40px; + width: 90%; + border: 1px solid #EEE; +} #bookList { width:100%; } -.tablerow { +.tablerow, +.header { display: flex; flex-direction: row; width: 100%; } +.header { + color: #555; + margin-top: 20px; +} .tablecell{ flex-basis:20%; } @@ -107,11 +127,18 @@ padding: 0; flex-grow: 0; flex-shrink: 0; } +.tablerow > .cell1 { + font-weight: bold; +} .cell0 > img { width: 24px; height: 24px; } -.cell1 { +.cell1, +.cell2, +.cell3, +.cell4, +.cell5 { flex-grow: 1; } summary::-webkit-details-marker { @@ -121,14 +148,25 @@ summary { height: 64px; } .book { - border-top: 1px solid #99F; + border-top: 1px solid #EEE; padding: 10px; } button { + background: transparent; + border: 0px; +} +.tablerow button { color: blue; + font-weight: bold; + font-size: 14px; border: 0px; background: transparent; + border-radius: 2px; +} +.tablerow button:hover { + color: white; + background: blue; } @@ -136,17 +174,17 @@ button {