diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 53f03d20f3..3374d1291c 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1877,4 +1877,13 @@ span.et2_egw_action_ddHelper_itemsCnt { .blueimp-gallery-controls>.indicator { white-space: nowrap; opacity:1; /* When the controls panel is on then we need to show back the indicators*/ +} +#global-zeroclipboard-flash-bridge zeroclipboard-is-hover { + background-color: red; +} +div.flash-click-to-play-dialog { + + width:200px !important; + height: 200px !important; + /*opacity:0;*/ } \ No newline at end of file diff --git a/etemplate/templates/default/widget_browser.css b/etemplate/templates/default/widget_browser.css index 753629c203..392895f90f 100644 --- a/etemplate/templates/default/widget_browser.css +++ b/etemplate/templates/default/widget_browser.css @@ -43,3 +43,12 @@ font-size: 1.4em; height: 16px; } +/* DTD Generator Button*/ +.dtd_btn{ + width: 100px; + height: 35px; + float: right; + box-shadow: 1px 1px 1px 1px gray; + border: white solid 1px; + border-radius: 10px; +}