apply patternfly 3 button stylings in el7

This commit is contained in:
joshuaboud 2021-05-28 17:19:01 -03:00
parent 36c4cb93c2
commit b75ddda095
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -21,6 +21,9 @@ all: default
install:
mkdir -p $(DESTDIR)/usr/share/cockpit/
cp -rpf navigator $(DESTDIR)/usr/share/cockpit
ifeq ($(EL7),1)
sed -i "s/pf-c-button/btn/g;s/pf-m-primary/btn-primary/g;s/pf-m-secondary/btn-default/g;s/pf-m-danger/btn-danger/g" $(DESTDIR)/usr/share/cockpit/navigator/navigator.html
endif
uninstall:
rm -rf $(DESTDIR)/usr/share/cockpit/navigator