diff --git a/css/components.css b/css/components.css index 381e2a5..cf2cd32 100644 --- a/css/components.css +++ b/css/components.css @@ -1,4 +1,3 @@ - /* Admin Toolbar */ button.toolbar-item, button.toolbar-icon { @@ -54,11 +53,11 @@ button.toolbar-icon { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; line-height: 0; } @@ -80,6 +79,7 @@ ul.page-tabs { } .page-tabs li a { background-color: var(--dark); + background-color: rgb(136, 136, 136); color: #ffffff; padding: 0.5rem 1rem; border-right: 2px solid var(--border); @@ -102,7 +102,8 @@ ul.page-tabs { flex: 1 1 auto; } /* Entity reference */ -.node-taxonomy-container, .node-links-container { +.node-taxonomy-container, +.node-links-container { position: relative; display: block; width: 100%; @@ -206,11 +207,11 @@ ul.inline li a { text-align: center; padding: 4px; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .scrolltop:hover { background: var(--secondary);