Search

May 29, 2020
General »
...color: black;
  font-weight: 500;
  background-color: #f2f2f2;
  padding: 0px 0.5ex;
  border-radius: 2px...
May 27, 2020
General »
...color: black;
	font-weight: 500;
	background-color: #f2f2f2;
	padding: 0px 0.5ex;
  border-radius: 2px...
September 12, 2019
Learn »
...the variable:

        enum myCSS = "tab { background-color: #f2f2f2; }";

The original error was because q strings...
September 12, 2019
Learn »
...CssProvider provider;
	string myCSS = "tab { background-color: #f2f2f2; }";

	this(StyleContext styleContext)
	{
		provider = new CssProvider();
		provider...
September 12, 2019
Learn »
...tabs.css";

	string myCSS = "tab { background-color: #f2f2f2; }";

	this(StyleContext styleContext)
	{
		provider = new CssProvider();
		provider...