Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/contextual/css/contextual.toolbar.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 /** | |
2 * @file | |
3 * Styling for contextual module's toolbar tab. | |
4 */ | |
5 | |
6 /* Tab appearance. */ | |
7 .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab { | |
8 float: right; /* LTR */ | |
9 } | |
10 [dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab { | |
11 float: left; | |
12 } | |
13 .toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item { | |
14 margin: 0; | |
15 } | |
16 .toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item.is-active { | |
17 background-image: -webkit-linear-gradient(rgb(78, 159, 234) 0%, rgb(69, 132, 221) 100%); | |
18 background-image: linear-gradient(rgb(78, 159, 234) 0%, rgb(69, 132, 221) 100%); | |
19 } | |
20 | |
21 /* @todo get rid of this declaration by making toolbar.module's CSS less specific */ | |
22 .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab.hidden { | |
23 display: none; | |
24 } |