settings_tray.toolbar.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/settings_tray/settings_tray.toolbar.css
- 9 core/themes/stable/css/settings_tray/settings_tray.toolbar.css
- 9 core/modules/settings_tray/css/settings_tray.toolbar.css
- 8.9.x core/themes/stable/css/settings_tray/settings_tray.toolbar.css
- 8.9.x core/modules/settings_tray/css/settings_tray.toolbar.css
- 11.x core/themes/stable9/css/settings_tray/settings_tray.toolbar.css
- 11.x core/modules/settings_tray/css/settings_tray.toolbar.css
Visual styling for the toolbar when Settings Tray module is enabled.
File
-
core/
modules/ settings_tray/ css/ settings_tray.toolbar.css
View source
- /**
- * @file
- * Visual styling for the toolbar when Settings Tray module is enabled.
- */
-
- /* @todo Move this into toolbar when module is not experimental:
- * https://www.drupal.org/node/2784593.
- */
-
- /* Style the edit mode toolbar and tabs. */
- #toolbar-bar.js-settings-tray-edit-mode {
- background-color: #fff;
- }
- #toolbar-bar.js-settings-tray-edit-mode .toolbar-item {
- color: #999;
- }
- #toolbar-bar.js-settings-tray-edit-mode .toolbar-item .is-active {
- color: #333;
- }
-
- /* Style both the edit and editing states of the contextual links toggle tab. */
- .toolbar-icon-edit.toolbar-item {
- color: #eee;
- background-color: #0066a1;
- background-image: linear-gradient(to bottom, #0066a1, #005b98);
- text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
- font-weight: 700;
- -webkit-font-smoothing: antialiased;
- }
- .toolbar-icon-edit.toolbar-item.is-active {
- color: #fff;
- background-color: #0a7bc1;
- background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4);
- text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
- font-weight: 700;
- -webkit-font-smoothing: antialiased;
- }
- .toolbar-tab:hover > .toolbar-icon-edit,
- .toolbar-icon-edit:focus .toolbar-item {
- color: #fff;
- border-color: #1e5c90;
- outline: none;
- background-color: #0a7bc1;
- background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4);
- }
- .toolbar-icon.toolbar-icon-edit.toolbar-item::before,
- button.toolbar-icon.toolbar-icon-edit.toolbar-item::before {
- background-image: url(../../../misc/icons/bebebe/pencil.svg);
- }
- .toolbar-icon.toolbar-icon-edit.toolbar-item::before:hover,
- button.toolbar-icon.toolbar-icon-edit.toolbar-item::before:focus {
- background-image: url(../../../misc/icons/ffffff/pencil.svg);
- }
- .toolbar-icon.toolbar-icon-edit.toolbar-item:hover > .toolbar-icon-edit::before {
- background-image: url(../../../misc/icons/ffffff/pencil.svg);
- }
- #toolbar-bar.button.toolbar-icon.toolbar-icon.toolbar-icon-edit::before {
- background-image: url(../../../misc/icons/ffffff/pencil.svg);
- }
-
- #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active {
- color: #fff;
- }
- #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover {
- background-image: linear-gradient(to bottom, #0a6fb4, #0a65aa);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.