~fboucault/unity-2d/dash_home_search_hint

« back to all changes in this revision

Viewing changes to libunity-2d-private/Unity2d/launchermenu/launchermenu.css

Moved all launcher's contextual menu artwork (artwork/tooltip/* and
artwork/launchermenu.css) to libunity-2d-private's QML plugin.
  
The artwork is now located in libunity-2d-private/Unity2d/launchermenu and
embedded into libunity-2d-private-qml.so using the Qt resource mechanism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
}
27
27
 
28
28
QMenu[transparencyAvailable=true] {
29
 
    border-image: url(artwork:tooltip/background.png) 5px 5px 4px 15px Repeat Repeat;
 
29
    border-image: url(:/launchermenu/background.png) 5px 5px 4px 15px Repeat Repeat;
30
30
}
31
31
 
32
32
QMenu[transparencyAvailable=false] {
33
 
    border-image: url(artwork:tooltip/background_no_transparency.png) 5px 5px 4px 15px Repeat Repeat;
 
33
    border-image: url(:/launchermenu/background_no_transparency.png) 5px 5px 4px 15px Repeat Repeat;
34
34
}
35
35
 
36
36
 
62
62
}
63
63
 
64
64
QMenu::indicator:checked {
65
 
    image: url(artwork:tooltip/check_default.png);
 
65
    image: url(:/launchermenu/check_default.png);
66
66
}
67
67
 
68
68
QMenu::indicator:checked:selected {
69
 
    image: url(artwork:tooltip/check_selected.png);
 
69
    image: url(:/launchermenu/check_selected.png);
70
70
}
71
71
 
72
72
QMenu::separator {