diff --git a/library.css b/library.css index ca2aa6a..7057838 100644 --- a/library.css +++ b/library.css @@ -639,7 +639,7 @@ white-space: nowrap; .custom-accordion .uk-accordion-title{ text-align: left; - background: #f8f8ff; + background: #f8f8fe; padding: 4px; color: #3055ba !important; font-size: 14px; @@ -660,9 +660,41 @@ white-space: nowrap; } .custom-accordion .uk-accordion-content{ - /*margin:12px;*/ - margin: 5px; - border: gray 2px; - border-style: dashed; - padding: 12px; + margin: 0px; + border: #eee 1px solid; + border-top: none; + padding: 12px; } +.darkBackground{ + background-color:rgb(0,0,0,0.5); + z-index:0; + color:white !important; + font-family: Roboto !important; +} + +.whiteText{ + color:white !important; + font-family: Roboto !important; +} +.shadowBox{ + box-shadow: 0 1px 10px #444444; + /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/ + } +.icon-button-small{ + width:22px !important; + height:22px !important; + color: #666 !important; +} +.sideInfoTitle{ + + font-weight: 500; + border-bottom: 6px solid #9ba5b5; + background-color: #f8f8fe; + padding-top: 5px; + padding-left: 3px; + +} +/*.linkButtonsBox{ + background: white !important; +box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); +}*/