PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | assets/css/window-chrome.css +6 -0 1.1.51.1.10 View file →
@@ -1037,8 +1037,11 @@
1037 1037 right: 0;
1038 1038 bottom: 0;
1039 1039 height: var( --_tab-stroke );
1040 1040 background-image: var( --os-tabs-rail, none );
1041 + /* The rail's colour is derived from the accent; how much of it
1042 + shows is a literal the palette answers. 1 is the earlier look. */
1043 + opacity: var( --os-tabs-rail-opacity, 1 );
1041 1044 background-size: var( --_tab-strip-w, 100% ) 100%;
1042 1045 background-repeat: no-repeat;
1043 1046 pointer-events: none;
1044 1047 /*
@@ -1126,8 +1129,11 @@
1126 1129 calc( var( --_tab-stroke ) * -1 )
1127 1130 calc( ( var( --_tab-radius ) + var( --_tab-stroke ) ) * -1 )
1128 1131 0;
1129 1132 background-image: var( --os-tabs-rail, none );
1133 + /* The rail's colour is derived from the accent; how much of it
1134 + shows is a literal the palette answers. 1 is the earlier look. */
1135 + opacity: var( --os-tabs-rail-opacity, 1 );
1130 1136 background-size: var( --_tab-strip-w, 100% ) 100%;
1131 1137 background-position:
1132 1138 calc(
1133 1139 var( --_tab-radius ) + var( --_tab-stroke ) -