Browse Source

test

master
rdrew 3 weeks ago
parent
commit
b1aae7e15a
  1. 21
      css/components.css

21
css/components.css

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

Loading…
Cancel
Save