diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 12de81c609..e26c1a89b7 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -235,9 +235,8 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } /* File actions */ .fileactions { position: absolute; - top: 16px; + top: 14px; right: 0; - font-size: 11px; } #fileList tr:hover .fileactions { /* background to distinguish when overlaying with file names */ background-color: rgba(240,240,240,0.898); @@ -247,7 +246,6 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } background-color: rgba(230,230,230,.9); box-shadow: -5px 0 7px rgba(230,230,230,.9); } -#fileList .fileactions a.action img { position:relative; top:.2em; } #fileList img.move2trash { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; float:right; } #fileList a.action.delete { diff --git a/core/css/apps.css b/core/css/apps.css index 80989af6bd..49fb189f38 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -201,9 +201,14 @@ border: 0; border-radius: 0; } -.settings-button:hover { +.settings-button:hover, +.settings-button:focus { background-color: #ddd; } +.settings-button.opened:hover, +.settings-button.opened:focus { + background-color: transparent; +} /* icons */ .folder-icon, .delete-icon, .edit-icon, .progress-icon { diff --git a/core/css/styles.css b/core/css/styles.css index 28ae23f97c..505e4dc03e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -118,7 +118,7 @@ input:disabled, input:disabled:hover, input:disabled:focus, button:disabled, button:disabled:hover, button:disabled:focus, .button:disabled, .button:disabled:hover, .button:disabled:focus, a.disabled, a.disabled:hover, a.disabled:focus { - background: rgba(230,230,230,.9); + background-color: rgba(230,230,230,.9); color: #999; cursor: default; } diff --git a/core/img/actions/checkmark.png b/core/img/actions/checkmark.png new file mode 100644 index 0000000000..99a4019c69 Binary files /dev/null and b/core/img/actions/checkmark.png differ diff --git a/core/img/actions/checkmark.svg b/core/img/actions/checkmark.svg new file mode 100644 index 0000000000..f70a407c2e --- /dev/null +++ b/core/img/actions/checkmark.svg @@ -0,0 +1,4 @@ +image/svg+xml + + + diff --git a/core/img/actions/star.png b/core/img/actions/star.png new file mode 100644 index 0000000000..124ce495af Binary files /dev/null and b/core/img/actions/star.png differ diff --git a/core/img/actions/star.svg b/core/img/actions/star.svg new file mode 100644 index 0000000000..7bcd8dc059 --- /dev/null +++ b/core/img/actions/star.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + + diff --git a/core/img/actions/starred.png b/core/img/actions/starred.png new file mode 100644 index 0000000000..5185d0f538 Binary files /dev/null and b/core/img/actions/starred.png differ diff --git a/core/img/actions/starred.svg b/core/img/actions/starred.svg new file mode 100644 index 0000000000..c7a5a7dac1 --- /dev/null +++ b/core/img/actions/starred.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + +