/** * Nextcloud - News * * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ #global-loading { width: 100%; } #undo-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2; } #undo { z-index: 101; background-color: var(--color-warning); border: 0; padding: 0 .7em .3em; display: none; position: relative; top: 0; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; } #undo a { font-weight: bold; } #undo a:hover { text-decoration: underline; } #searchbox { display: block !important; } #mark-all-read-button { position: fixed; z-index: 1; bottom: 0.5em; right: 0.5em; } /* CSS DROPDOWN FOR A NEW */ .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; min-width: 20em; } .dropdown-content a{ color: black; padding: 0 12px 0 44px; background-position: 14px center; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #ddd;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;} /* Override hidden before angular is loaded */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) { display: none !important; } .contact-input{ margin-left: 1.5em !important; } .label-group{ padding-left: 1.5em; background-color: rgba(0, 0, 0, 0.1); font-weight: bold; } .right { float: right; }