diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-16 15:29:02 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-16 15:29:02 +0100 |
commit | 8169e4fdc87f5032a9dd9b471dccff2d7da81dc5 (patch) | |
tree | b4e44a612c0e7806bdaeaccea674046fa33de97f /lib | |
parent | 9ea81b71f51c1bddc37213821b17fd576da8df8a (diff) | |
parent | 7ab56de58b85b3649bf865e950afad29f7b5cb90 (diff) | |
download | nextcloud-server-8169e4fdc87f5032a9dd9b471dccff2d7da81dc5.tar.gz nextcloud-server-8169e4fdc87f5032a9dd9b471dccff2d7da81dc5.zip |
Merge pull request #20465 from owncloud/forms.css
Move form styles from styles.css to inputs.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 722194dc764..97666f0b8dc 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -114,6 +114,7 @@ class OC_Template extends \OC\Template\Base { OC_Util::addStyle("icons",null,true); OC_Util::addStyle("mobile",null,true); OC_Util::addStyle("header",null,true); + OC_Util::addStyle("inputs",null,true); OC_Util::addStyle("styles",null,true); // avatars |