You are here: Foswiki>Tasks Web>Item13558 (03 Aug 2015, GeorgeClark)Edit Attach

Item13558: Error is style_src.css file

pencil
Priority: Normal
Current State: Closed
Released In: 2.0.1
Target Release: patch
Applies To: Engine
Component: PatternSkin
Branches: master Item13525
Reported By: JozefMojzis
Waiting For:
Last Change By: GeorgeClark
The style_src.css in the System/PatternSkinTheme contains several places with wrong syntax - missing "{", like:
  • line 1387
.foswikiButtonSmall.foswikiActive,
.foswikiButtonLarge.foswikiActive,
.foswikiButtonMini.foswikiActive,    //<<- here the comma should be { or missing one line
  color: #484848;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e6e6e6;
  • line 1414
.foswikiButtonMini.foswikiActive .foswikiIcon,  // <<- ditto
  color: #484848;
}
  • line 1424
.foswikiButtonLarge.foswikiActive .foswikiCaret,
.foswikiButtonMini.foswikiActive .foswikiCaret, // <<- ditto
  border-top-color: rgba(72, 72, 72, 0.4);

-- JozefMojzis - 25 Jul 2015

Thanks jomo, fixed.

-- GeorgeClark - 26 Jul 2015
 
Topic revision: r4 - 03 Aug 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy