style.css in Property Hive 2.2.4, at assets/css/tours/style.css
| 1 | .pulse { |
| 2 | all: unset; |
| 3 | border-radius: 50%; |
| 4 | border: 0; |
| 5 | display: block; |
| 6 | position: absolute; |
| 7 | cursor: pointer; |
| 8 | width: 12px; |
| 9 | height: 12px; |
| 10 | margin: -6px; |
| 11 | } |
| 12 | .pulse:focus { |
| 13 | outline: dotted; |
| 14 | outline-width: 1px; |
| 15 | } |
| 16 | #tour-launcher { |
| 17 | position: fixed; |
| 18 | bottom: 76px; |
| 19 | right: 24px; |
| 20 | font-size: 13px; |
| 21 | border: 1px solid #ccc; |
| 22 | border-radius: 10px; |
| 23 | background: #fff; |
| 24 | padding: .5em; |
| 25 | line-height: 1; |
| 26 | box-shadow: 0 0 3px #999; |
| 27 | z-index: 999999; |
| 28 | } |
| 29 | #tour-launcher span#tour-title { |
| 30 | cursor: pointer; |
| 31 | line-height: 1.3em; |
| 32 | } |
| 33 | #tour-launcher span#tour-title:hover { |
| 34 | text-shadow: 0 0 1px #999; |
| 35 | } |
| 36 | ul#page-tour-list li { |
| 37 | list-style-type: none; |
| 38 | } |
| 39 | ul#page-tour-list li a { |
| 40 | text-decoration: none; |
| 41 | width: 100%; |
| 42 | display: block; |
| 43 | } |
| 44 | #page-tour-list { |
| 45 | font-size: .8em; |
| 46 | } |
| 47 | #wp-admin-bar-tour-list { |
| 48 | display: none; |
| 49 | } |
| 50 | .inline-tour-list { |
| 51 | cursor: pointer; |
| 52 | } |
| 53 | .dismiss-tour { |
| 54 | all: unset; |
| 55 | color: #1067a9; |
| 56 | text-decoration: underline; |
| 57 | cursor: pointer; |
| 58 | } |
| 59 |