Closed (fixed)
Project:
Sasson
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Dec 2011 at 18:33 UTC
Updated:
30 Dec 2011 at 09:40 UTC
I created a sub-theme to sasson. And written to the file style.css in the theme. Style name nav (tag) or #main-menu-links. But style does not apply to nav or #main-menu-links Because there is a conflict between this style set style master.
Here's a picture

Sorry about the English
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled-1.jpg | 505.47 KB | israel dahan |
Comments
Comment #1
tsi commentedThis seems like a problem with drupal core, I have opened an issue about it.
Anyway, we are working on an internal fix for that in sasson, meanwhile there are two things you can do :
1. Work in your style-rtl.css and not style.css if you are creating an RTL theme.
2. copy the file that has this rule from the parent theme and into the sub-theme, call it from your .info file and change whatever you need to change, this should override what is comming from the parent theme
Comment #2
tsi commentedFixed in dev and in the next release -
When loading style-sheets in your .info file Sasson allows you to specify settings like media queries, browsers, weight and any option available to drupal_add_css(), this example will load sasson.scss with an extra weight for screen only (not print) on browsers wider then 400px and on IE7 or older only :