[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 14 10:21:23 UTC 2020


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

New commits:
commit c1730cf7c1d3f84141f33e7ee516ab7a8cad05f6
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Jul 14 11:47:17 2020 +0200
Commit:     Pedro Silva <pedro.silva at 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.silva at 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 {


More information about the Libreoffice-commits mailing list