From 481fba68b8ec4376a6b196482f652f4a74e1de30 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Sun, 3 Sep 2023 14:09:30 +0600 Subject: [PATCH] Makefile and css edits --- Makefile | 1 + ublexec.css | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/Makefile b/Makefile index ad374d7..61b9849 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,7 @@ install: check uninstall @install -Dm644 -t "${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/" "com.ublinux.${PKGNAME}.svg" @install -Dm644 -t "${DESTDIR}${PREFIX}/share/applications/" "${PKGNAME}.desktop" @install -Dm755 -t "${DESTDIR}${PREFIX}/bin/" "${CMAKE_BUILD_DIR}/${PKGNAME}" + @install -Dm755 -t "${DESTDIR}/usr/share/${PKGNAME}/csv/" "${PKGNAME}_terminals.csv" @install -Dm644 "com.ublinux.${PKGNAME}.policy" "${DESTDIR}/usr/share/polkit-1/actions/com.ublinux.${PKGNAME}${PKGIDENT}.policy" @sed -e '\|annotate key=|s|/usr/bin|${PREFIX}/bin|' -e '/action id=/s/\.run/${PKGIDENT}\.run/' -i ${DESTDIR}/usr/share/polkit-1/actions/com.ublinux.${PKGNAME}${PKGIDENT}.policy @if [ -z ${DESTDIR} ]; then \ diff --git a/ublexec.css b/ublexec.css index 3d86970..f8f987c 100644 --- a/ublexec.css +++ b/ublexec.css @@ -18,6 +18,13 @@ transition: 10ms ease-out; border-radius: 3px; } +.boxInfoMessError{ + background-color: #ea9999; +} + +.boxInfoMessOK{ + background-color: #f3f0ac; +} #GnomeIcon{ border-style:solid; border-bottom-width: 1px; @@ -142,3 +149,29 @@ opacity:0.99; } +.aaa{ + margin-top:0px; + margin-bottom:0px; + border-color:inherit; + border-left-width:inherit; + border-right-width:inherit; +} +.aaa *{ + margin:0 2px 0 2px; + padding-top: 3px; + padding-bottom:3px; + border:transparent; +} +.aaa:hover { + background:@theme_bg_color; + border-color:inherit; + border-left-width:inherit; + border-right-width:inherit; +} +.aaa:hover * { + margin:0 2px 0 2px; + padding-top: 3px; + padding-bottom:3px; + background:@theme_selected_bg_color; + border-radius:2px; +} \ No newline at end of file