Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/settings_tray/css/settings_tray.toolbar.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
18 color: #333; | 18 color: #333; |
19 } | 19 } |
20 | 20 |
21 /* Style both the edit and editing states of the contextual links toggle tab. */ | 21 /* Style both the edit and editing states of the contextual links toggle tab. */ |
22 .toolbar-icon-edit.toolbar-item { | 22 .toolbar-icon-edit.toolbar-item { |
23 color: #eee; | |
23 background-color: #0066a1; | 24 background-color: #0066a1; |
24 background-image: linear-gradient(to bottom, #0066a1, #005b98); | 25 background-image: linear-gradient(to bottom, #0066a1, #005b98); |
25 color: #eee; | |
26 text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); | 26 text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); |
27 font-weight: 700; | 27 font-weight: 700; |
28 -webkit-font-smoothing: antialiased; | 28 -webkit-font-smoothing: antialiased; |
29 } | 29 } |
30 .toolbar-icon-edit.toolbar-item.is-active { | 30 .toolbar-icon-edit.toolbar-item.is-active { |
31 color: #fff; | |
31 background-color: #0a7bc1; | 32 background-color: #0a7bc1; |
32 background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); | 33 background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); |
33 color: #fff; | |
34 text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); | 34 text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); |
35 font-weight: 700; | 35 font-weight: 700; |
36 -webkit-font-smoothing: antialiased; | 36 -webkit-font-smoothing: antialiased; |
37 } | 37 } |
38 .toolbar-tab:hover > .toolbar-icon-edit, | 38 .toolbar-tab:hover > .toolbar-icon-edit, |
39 .toolbar-icon-edit:focus .toolbar-item { | 39 .toolbar-icon-edit:focus .toolbar-item { |
40 color: #fff; | |
41 border-color: #1e5c90; | |
42 outline: none; | |
40 background-color: #0a7bc1; | 43 background-color: #0a7bc1; |
41 background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); | 44 background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); |
42 border-color: #1e5c90; | |
43 color: #fff; | |
44 outline: none; | |
45 } | 45 } |
46 .toolbar-icon.toolbar-icon-edit.toolbar-item:before, | 46 .toolbar-icon.toolbar-icon-edit.toolbar-item:before, |
47 button.toolbar-icon.toolbar-icon-edit.toolbar-item:before { | 47 button.toolbar-icon.toolbar-icon-edit.toolbar-item:before { |
48 background-image: url(../../../misc/icons/bebebe/pencil.svg); | 48 background-image: url(../../../misc/icons/bebebe/pencil.svg); |
49 } | 49 } |