diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-04 10:30:10 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-04 10:30:10 +0100 |
commit | c59ca9203df85d0001f57bf02a544c58f0c9a2d7 (patch) | |
tree | 5dc41137ad05614610b3b34fbbeece9c521e14f3 /lib | |
parent | b162761124aed3673eac22212d95e1311fa919a9 (diff) | |
parent | 56b537271ef591446f952c834257ae8eaac7e255 (diff) | |
download | nextcloud-server-c59ca9203df85d0001f57bf02a544c58f0c9a2d7.tar.gz nextcloud-server-c59ca9203df85d0001f57bf02a544c58f0c9a2d7.zip |
Merge pull request #18821 from owncloud/global-classes
Global classes in core CSS
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/template.php b/lib/private/template.php index 5a08e15d95b..38527cdc461 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -108,6 +108,7 @@ class OC_Template extends \OC\Template\Base { OC_Util::addVendorStyle('jquery-ui/themes/base/jquery-ui',null,true); OC_Util::addStyle("multiselect",null,true); OC_Util::addStyle("fixes",null,true); + OC_Util::addStyle("global",null,true); OC_Util::addStyle("apps",null,true); OC_Util::addStyle("fonts",null,true); OC_Util::addStyle("icons",null,true); |