mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix #259 iewer button style seems to be corrupted
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-alfresco-viewer",
|
"name": "ng2-alfresco-viewer",
|
||||||
"description": "Alfresco documents viewer",
|
"description": "Alfresco documents viewer",
|
||||||
"version": "0.1.25",
|
"version": "0.1.26",
|
||||||
"author": "Eugenio Romano",
|
"author": "Eugenio Romano",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist node_modules typings",
|
"clean": "rimraf dist node_modules typings",
|
||||||
|
@@ -56,7 +56,6 @@
|
|||||||
|
|
||||||
.viewer-pagenumber-input {
|
.viewer-pagenumber-input {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid rgba(0,0,0,.12);
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "Helvetica","Arial",sans-serif;
|
font-family: "Helvetica","Arial",sans-serif;
|
||||||
@@ -71,7 +70,6 @@
|
|||||||
.viewer-total-pages {
|
.viewer-total-pages {
|
||||||
margin-right: 22px;
|
margin-right: 22px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid rgba(0,0,0,.12);
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "Helvetica","Arial",sans-serif;
|
font-family: "Helvetica","Arial",sans-serif;
|
||||||
|
Reference in New Issue
Block a user