loleaflet/css/toolbar.css |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c1730cf7c1d3f84141f33e7ee516ab7a8cad05f6
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Jul 14 11:47:17 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Tue Jul 14 12:21:04 2020 +0200

    Desktop: Document name input and pencil: remove unused styles
    
    and make sure that no default browser properties gets in the way
    
    Change-Id: I2f536c47f4e7db73e4cf77bec03d42b8ad73bd07
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98715
    Tested-by: Jenkins
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index e4090800f..68528914e 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -156,6 +156,10 @@ w2ui-toolbar {
        position: absolute;
        right: 10px;
        background: url('images/baseline-edit.svg') right center no-repeat, 
radial-gradient(circle, #fff 20%, #fff0 100%);
+       top: 5px;
+       padding: 1px 0px;
+       margin: 0px;
+       border: none;
 }
 
 #document-title-pencil:not(.editable){
@@ -171,12 +175,11 @@ w2ui-toolbar {
 #document-name-input.editable {
        border: none;
        box-shadow: 0 0 0.1px 1px #ebebeb, 0 0 2px 1px #f0f0f0;
-       background-position: right;
-       background-repeat: no-repeat;
        padding-right: 24px;
        max-width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
+       height: 18px;
 }
 
 #document-name-input.editable:focus {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to