annotate core/modules/block_place/css/block-place.icons.theme.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 /**
Chris@0 2 * @file
Chris@0 3 * Styling for block_place module toolbar icons.
Chris@0 4 */
Chris@0 5 .toolbar .block-place-toolbar-tab.is-active {
Chris@0 6 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
Chris@0 7 background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
Chris@0 8 }
Chris@0 9
Chris@0 10 .toolbar .toolbar-bar .block-place-toolbar-tab {
Chris@0 11 float: right;
Chris@0 12 }
Chris@0 13
Chris@0 14 [dir="rtl"] .toolbar .toolbar-bar .block-place-toolbar-tab {
Chris@0 15 float: left;
Chris@0 16 }
Chris@0 17
Chris@0 18 .toolbar-bar .toolbar-icon-place-block-active:before {
Chris@0 19 background-image: url(../icons/ffffff/place-block.svg);
Chris@0 20 }
Chris@0 21
Chris@0 22 .toolbar-bar .toolbar-icon-place-block-inactive:before {
Chris@0 23 background-image: url(../icons/bebebe/place-block.svg);
Chris@0 24 }