views_ui.contextual.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/stable/css/views_ui/views_ui.contextual.css
- 8.9.x core/modules/views_ui/css/views_ui.contextual.css
- 10 core/themes/stable9/css/views_ui/views_ui.contextual.css
- 10 core/modules/views_ui/css/views_ui.contextual.css
- 11.x core/themes/stable9/css/views_ui/views_ui.contextual.css
- 11.x core/modules/views_ui/css/views_ui.contextual.css
The .contextual.css file is intended to contain styles that override declarations in the Contextual module.
File
-
core/
themes/ stable9/ css/ views_ui/ views_ui.contextual.css
View source
- /**
- * @file
- * The .contextual.css file is intended to contain styles that override declarations
- * in the Contextual module.
- */
-
- .views-live-preview .contextual-region-active {
- outline: medium none;
- }
- .views-live-preview .contextual {
- top: auto;
- right: auto; /* LTR */
- }
- [dir="rtl"] .views-live-preview .contextual {
- left: auto;
- }
- .js .views-live-preview .contextual {
- display: inline;
- }
- .views-live-preview .contextual-links-trigger {
- display: block;
- }
- .contextual .contextual-links {
- right: auto; /* LTR */
- min-width: 10em;
- padding: 6px 6px 9px 6px;
- border-radius: 0 4px 4px 4px; /* LTR */
- }
- [dir="rtl"] .contextual .contextual-links {
- left: auto;
- border-radius: 4px 0 4px 4px;
- }
- .contextual-links li a,
- .contextual-links li span {
- padding-top: 0.25em;
- padding-right: 0.1667em; /* LTR */
- padding-bottom: 0.25em;
- }
- [dir="rtl"] .contextual-links li a,
- [dir="rtl"] .contextual-links li span {
- padding-right: 0;
- padding-left: 0.1667em;
- }
- .contextual-links li span {
- font-weight: bold;
- }
- .contextual-links li a {
- margin: 0.25em 0;
- padding-left: 1em; /* LTR */
- }
- [dir="rtl"] .contextual-links li a {
- padding-right: 1em;
- padding-left: 0.1667em;
- }
- .contextual-links li a:hover {
- background-color: #badbec;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.