Skip to content
Snippets Groups Projects
Commit b9e126bc authored by gnaegi's avatar gnaegi
Browse files

OO-238 make menu icons configurable in sass config

parent 041abbe4
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
* ================================================= * =================================================
*/ */
/* use default values from openolat theme */
@import "../openolat/all/_definitions.scss";
/* the base-color and variations */ /* the base-color and variations */
$basecolor: red; $basecolor: red;
...@@ -25,8 +27,8 @@ $basegray_light: #777; ...@@ -25,8 +27,8 @@ $basegray_light: #777;
$basegray_ultra_light: #eee; $basegray_ultra_light: #eee;
/* here you can define the two small icons used in trees: + and - */ /* here you can define the two small icons used in trees: + and - */
$ico_plus : '../openolat/images/toggle-small-expand.png' ; $ico_plus : '../openolat/images/tree_parent_closed.gif';
$ico_minus : '../openolat/images/toggle-small.png' ; $ico_minus : '../openolat/images/tree_parent_open.gif';
/* enable business / kmu mode */ /* enable business / kmu mode */
$enablebiz: false; $enablebiz: false;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment