PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / includes / booking_modes_v3 / _src / booking_modes-native-menu.css

booking_modes-native-menu.css in Booking Calendar 11.8.4, at includes/booking_modes_v3/_src/booking_modes-native-menu.css

26 lines 730 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #adminmenu #toplevel_page_wpbc .wp-submenu .wpbc_native_upgrade_menu_label {
2 background: #465160;
3 border-radius: 3px;
4 box-sizing: border-box;
5 color: #ececec;
6 display: block;
7 font-size: 12px;
8 font-weight: 500;
9 line-height: 1.5;
10 margin: 4px 2px 2px;
11 padding: 5px 12px;
12 text-align: center;
13 transition: background-color .3s ease-in-out,color .3s ease-in-out;
14 }
15
16 #adminmenu #toplevel_page_wpbc .wp-submenu a:hover .wpbc_native_upgrade_menu_label,
17 #adminmenu #toplevel_page_wpbc .wp-submenu a:focus .wpbc_native_upgrade_menu_label {
18 background: #536171;
19 color: #fff;
20 }
21
22 #adminmenu #toplevel_page_wpbc .wp-submenu a:focus .wpbc_native_upgrade_menu_label {
23 box-shadow: 0 0 0 1px #72aee6;
24 outline: 2px solid transparent;
25 }
26