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
← All changes | includes/__css/admin/settings/ui__nav_horis.css +11 -1 10.1111.8.4 View file →
@@ -1,7 +1,7 @@
1 1 /*! = Left Horisontal Navigation Bar = */
2 2 .wpbc_admin {
3 - --wpbc_ui_horis_top_nav__font-size: 16px;
3 + --wpbc_ui_horis_top_nav__font-size: 13px;
4 4 --wpbc_ui_horis_top_nav__margin: 10px 0 20px;
5 5 --wpbc_ui_horis_top_nav__background-color: transparent;
6 6
7 7 --wpbc_ui_horis_top_nav__a_color: var(--wpbc_ui__gen__text-color);
@@ -89,12 +89,22 @@
89 89 box-shadow: none;
90 90 outline:0;
91 91 }
92 92 /* Active */
93 +.wpbc_ui_el__horis_nav_item a[aria-selected="true"],
93 94 .wpbc_ui_el__horis_nav_item.active a{
94 95 border-bottom-color: var(--wpbc_ui_horis_top_nav__active_color);
95 96 box-shadow: none;
96 97 outline:0;
98 +}
99 +/* Right side */
100 +.wpbc_ui_el__horis_nav_item.align_right {
101 + margin-left: auto;
102 +}
103 +/* Debug tab */
104 +.wpbc_ui_el__horis_nav_item.small_debug_tab a.wpbc_ui_el__horis_nav_item__a {
105 + font-size: 10px;
106 + line-height: 19px;
97 107 }
98 108 /* Icons */
99 109 .wpbc_ui_el__horis_nav_item a .wpbc_ui_el__horis_nav_icon{
100 110 margin:0;