PluginProbe
Bubble Menu – Floating Button Menu with Sticky Navigation / 1.3
Bubble Menu – Floating Button Menu with Sticky Navigation v1.3
trunk 1.3 2.0 2.2 2.2.1 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.1 4.1.1
bubble-menu / include / class / menu / style.css

style.css in Bubble Menu – Floating Button Menu with Sticky Navigation 1.3, at include/class/menu/style.css

74 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wow-plugin-action-buttons {
2 text-align:right;
3 }
4 .wow-plugin-action-buttons li {
5 display: inline-block;
6 margin-left: 1em;
7 }
8
9 .wow-button-con {
10 padding-right: 15px;
11 }
12
13 .wow-button-install {
14 background: none repeat scroll 0% 0% #2EA2CC !important;
15 border-color: #0074A2 !important;
16 box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
17 color: #FFF !important;
18 }
19
20 .wow-button-install:focus {
21 box-shadow: 0px 0px 0px 1px #5B9DD9, 0px 0px 2px 1px rgba(30, 140, 190, 0.8) !important;
22 }
23
24 .wow-button-install:hover {
25 color: #FFF !important;
26 background: none repeat scroll 0% 0% #5B9DD9 !important;
27 }
28
29 .wow-button-update {
30 background: none repeat scroll 0% 0% #E74F34 !important;
31 border-color: #C52F2F !important;
32 box-shadow: 0px 1px 0px rgba(255, 235, 235, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
33 color: #FFF !important;
34 }
35
36 .wow-button-update:focus {
37 box-shadow: 0px 0px 0px 1px #DA3232, 0px 0px 2px 1px rgba(255, 140, 140, 0.8) !important;
38 }
39
40 .wow-button-update:hover {
41 color: #FFF !important;
42 background: none repeat scroll 0% 0% #DA3232 !important;
43 }
44
45
46 .button-pro {
47 vertical-align: top;
48 display: inline-block;
49 text-decoration: none;
50 font-size: 13px;
51 line-height: 26px;
52 height: 28px;
53 margin: 0;
54 padding: 0 10px 1px;
55 cursor: pointer;
56 border-width: 0px;
57 border-style: solid;
58 -webkit-appearance: none;
59 -webkit-border-radius: 3px;
60 border-radius: 3px;
61 white-space: nowrap;
62 -webkit-box-sizing: border-box;
63 -moz-box-sizing: border-box;
64 box-sizing: border-box;
65 color: #fff !important;
66 background: #37c781;
67 }
68
69 .button-pro:hover {
70 background: #303030;
71 }
72 .button-pro:active {
73 background: #303030;
74 }