View Issue Details

IDProjectCategoryView StatusLast Update
0004906OXID eShop (all versions)3.2. HTML, CSS, JavaScriptpublic2013-02-07 09:29
Reporterdennishei 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.3 / 5.0.3 revision 54408 
Target VersionFixed in Version4.7.4 / 5.0.4 revision 57063 
Summary0004906: Small CSS Bug
Description.specBox h3{
  ...
  background: -ms-linear-gradient(#defff, #389cb4, #18778e);
...
}
Additional Information#defff

Syntax error: Colors must have either three or six digits: '#defff'
        on line 326 of /src/css/oxid/sass/oxid.scss
TagsCSS
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

dennishei

2013-02-06 18:12

reporter   ~0008381

Same Problem

#sidebar .tree li.exp>a {
...
  background: -ms-linear-gradient(#defff, #389cb4, #18778e);
...
}