Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
b9e126bc
Commit
b9e126bc
authored
12 years ago
by
gnaegi
Browse files
Options
Downloads
Patches
Plain Diff
OO-238 make menu icons configurable in sass config
parent
041abbe4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/webapp/static/themes/openolatexample/_definitions.scss
+4
-2
4 additions, 2 deletions
...in/webapp/static/themes/openolatexample/_definitions.scss
src/main/webapp/static/themes/openolatexample/layout.css
+29
-95
29 additions, 95 deletions
src/main/webapp/static/themes/openolatexample/layout.css
with
33 additions
and
97 deletions
src/main/webapp/static/themes/openolatexample/_definitions.scss
+
4
−
2
View file @
b9e126bc
...
@@ -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/t
oggle-small-expand.png'
;
$ico_plus
:
'../openolat/images/t
ree_parent_closed.gif'
;
$ico_minus
:
'../openolat/images/t
oggle-small.png'
;
$ico_minus
:
'../openolat/images/t
ree_parent_open.gif'
;
/* enable business / kmu mode */
/* enable business / kmu mode */
$enablebiz
:
false
;
$enablebiz
:
false
;
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/static/themes/openolatexample/layout.css
+
29
−
95
View file @
b9e126bc
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment