Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-engine   php

Repository URL to install this package:

Version: 2.7.7 

/ css / admin / cotrast-ui.css

body select.cx-vui-select:not(:focus),
body textarea.cx-vui-textarea:not(:focus),
body input.cx-vui-input:not(:focus) {
	box-shadow: inset 0 0 0 2px currentColor;
}

body .cx-vui-switcher__trigger {
	background: #7b7e81;
}

body .cx-vui-f-select__selected-option {
	background: #7b7e81;
	color: #fff;
}

body .cx-vui-f-select__result.is-selected {
	background: #7b7e81;
	color: #fff;
}

body .cx-vui-repeater-item__handle svg line {
	stroke: #7b7e81;
}