minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-03 07:26:25 +03:00
parent 79622eb4b1
commit 88071a29c3
4 changed files with 14 additions and 9 deletions

View File

@ -262,7 +262,7 @@ body {
*/
/* XXX experimental key mappings... */
.browse-widget.show-keys .list>div:after {
.browse-widget.browse-actions.show-keys .list>div:after {
display: inline;
position: relative;
content: attr(keys);
@ -274,17 +274,23 @@ body {
opacity: 0.3;
font-style: italic;
}
.browse-widget.show-keys .list>div.disabled:after {
.browse-widget.browse-actions.show-keys .list>div.disabled:after {
opacity: 0.5;
}
.browse-widget.show-keys .list>div:hover:after {
.browse-widget.browse-actions.show-keys .list>div:hover:after {
opacity: 0.5;
}
.browse-widget.show-keys .list>div.disabled:hover:after {
.browse-widget.browse-actions.show-keys .list>div.disabled:hover:after {
opacity: 1;
}
/* make buttons a bit different in action browser... */
.browse-widget.browse-actions.show-keys .list .button {
background-color: rgba(0, 0, 0, 0.1);
}
/* DEBUG stuff... */
.container-center {

View File

@ -210,8 +210,6 @@
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
/* XXX not sure about this yet... */
background-color: rgba(0, 0, 0, 0.1);
}
.browse-widget .list .button:hover {
opacity: 0.9;

View File

@ -1142,10 +1142,10 @@ module.ImageGroupActions = actions.Actions({
}
}],
// shorthands to .groupTo(..)
groupBack: ['Group|Edit/Group target image with the image or group before it',
groupBack: ['Group|Edit/Group backwards',
{journal: true},
function(target){ this.groupTo(target, 'prev') }],
groupForward: ['Group|Edit/Group target image with the image or group after it',
groupForward: ['Group|Edit/Group forwards',
{journal: true},
function(target){ this.groupTo(target, 'next') }],

View File

@ -763,7 +763,8 @@ var BrowseActionsActions = actions.Actions({
'80:Edit',
'70:Navigate',
'60:Image',
'50:Crop',
'50:Ribbon',
'40:Crop',
'Crop/80:Crop marked images',
'Crop/80:Crop bookmarked images',
// NOTE: we can also add separators here...