/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | font-awesome.min.css | 33 …icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decora…
|
H A D | jquery-ui.theme.min.css | 5 …icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon…
|
H A D | jquery-ui.min.css | 7 …icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-ove…
|
/openbmc/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 3 The StatusIcon component is used to add an icon that represents one of the 14 2. Add the `<status-icon />` tag 16 4. Add the translated text to associate with the icon 22 ## Status icon with default status 25 <status-icon /> 28  30 ## Status icon with success status 33 <status-icon :status="success" /> 36  38 ## Status icon with info status [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/ |
H A D | adwaita-icon-theme_47.0.bb | 1 SUMMARY = "GTK+ icon theme" 2 DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \ 3 This package package contains an icon theme for Gtk+ 3 applications." 4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme" 5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" 13 inherit gnomebase allarch gtk-icon-cache 21 RREPLACES:${PN} = "gnome-icon-theme" 22 RCONFLICTS:${PN} = "gnome-icon-theme" 23 RPROVIDES:${PN} = "gnome-icon-theme" 27 FILES:${PN}-doc += "${datadir}/licenses/adwaita-icon-theme"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/ |
H A D | 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch | 4 Subject: [PATCH] windowmenu: do not display desktop icon when no window is 10 * desktop icon is of no use 11 * desktop icon confuses when using showdesktop plugin 37 - plugin->icon = gtk_image_new_from_icon_name ("user-desktop", GTK_ICON_SIZE_BUTTON); 38 + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON); 39 gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon); 40 gtk_widget_show (plugin->icon); 58 - gtk_image_set_from_icon_name (GTK_IMAGE (icon), "user-desktop", icon_size); 59 + gtk_image_set_from_icon_name (GTK_IMAGE (icon), NULL, icon_size); 60 gtk_image_set_pixel_size (GTK_IMAGE (icon), icon_size); [all …]
|
/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/ |
H A D | icon-naming-utils_0.8.90.bb | 2 SUMMARY = "Enables backwards compatibility with current desktop icon themes" 4 compatibility with current desktop icon themes, while migrating to the \ 6 Utilities map the icon names used by the GNOME and KDE desktops to the \ 7 icon names proposed in the Icon Naming Specification, and generate the \ 8 icon files appropriate to the desktop environment you use. The Icon \ 9 Naming Specification provides a standard list of common icon contexts \ 10 and names that can be used to make icon themes work in a desktop \ 17 SRC_URI = "${DEBIAN_MIRROR}/main/i/icon-naming-utils/icon-naming-utils_${PV}.orig.tar.gz" 24 sed -i -e "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/icon-name-mapping.pl.in
|
H A D | sato-icon-theme_git.bb | 1 SUMMARY = "Sato icon theme" 9 DEPENDS = "icon-naming-utils-native libxml-simple-perl-native" 11 SRC_URI = "git://git.yoctoproject.org/sato-icon-theme.git;protocol=https;branch=master" 17 inherit autotools pkgconfig allarch gtk-icon-cache perlnative
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/ |
H A D | rodent-icon-theme_5.0.bb | 1 SUMMARY = "Rodent-icon-theme (was xfce4-icon-theme) is a svg icon theme" 5 inherit allarch autotools gtk-icon-cache 12 RREPLACES:${PN} += "xfce4-icon-theme" 13 RPROVIDES:${PN} += "xfce4-icon-theme" 14 RCONFLICTS:${PN} += "xfce4-icon-theme"
|
/openbmc/webui-vue/docs/guide/components/buttons/ |
H A D | index.md | 13 Add `btn-icon-only` class to the button and add `title` attribute to get helper 24 <icon-add /> 25 <span>Primary with icon</span> 31 <icon-add /> 34 <b-button variant="link" title="Delete" class="btn-icon-only"> 35 <icon-trashcan /> 47 <icon-add /> 48 <span>Primary with icon</span> 54 <icon-add /> 57 <b-button disabled variant="link" title="Delete" class="btn-icon-only"> [all …]
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | buttons.scss | 47 .icon, 70 .icon-add { 92 .icon { 96 .icon { 114 .icon { 123 .icon { 127 .icon { 142 .icon { 149 .icon { 153 .icon { [all …]
|
H A D | icons.scss | 1 .icon { 43 .icon-angle { 66 background: url(../assets/images/icon-arrow-blue.svg) center center no-repeat; 69 &.icon-as-spacer { 70 background: url(../assets/images/icon-arrow-gray.svg) center center no-repeat; 83 .status-icon {
|
/openbmc/openbmc/poky/meta/recipes-gnome/hicolor-icon-theme/ |
H A D | hicolor-icon-theme_0.18.bb | 1 SUMMARY = "Default icon theme that all icon themes automatically inherit from" 2 DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \ 3 theme for implementations of the icon theme specification." 4 HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme" 10 SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
|
/openbmc/webui-vue/src/components/Global/ |
H A D | StatusIcon.vue | 2 <span :class="['status-icon', status]"> 3 <icon-info v-if="status === 'info'" /> 4 <icon-success v-else-if="status === 'success'" /> 5 <icon-warning v-else-if="status === 'warning'" /> 6 <icon-danger v-else-if="status === 'danger'" /> 7 <icon-secondary v-else /> 40 .status-icon {
|
H A D | TableRowAction.vue | 5 class="align-bottom btn-icon-only py-0 btn-link" 10 <slot name="icon"> 19 class="align-bottom btn-icon-only py-0 btn-link" 24 <slot name="icon" /> 31 class="align-bottom btn-icon-only py-0 btn-link" 36 <slot name="icon" /> 44 :class="{ 'btn-icon-only': btnIconOnly }" 49 <slot name="icon">
|
H A D | Search.vue | 11 <icon-search class="search-icon" /> 27 class="btn-icon-only input-action-btn" 31 <icon-close /> 82 .search-icon {
|
/openbmc/webui-vue/src/env/components/AppNavigation/ |
H A D | intel.js | 36 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClass87c7ff850101 41 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClass87c7ff850201 58 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClass87c7ff850501 75 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClass87c7ff850801 114 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClass87c7ff850f01 131 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClass87c7ff851201 158 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClass87c7ff851701
|
H A D | ibm.js | 29 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClassa1ee90c10101 34 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClassa1ee90c10201 56 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClassa1ee90c10601 73 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClassa1ee90c10901 79 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClassa1ee90c10a01 101 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClassa1ee90c10e01 133 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClassa1ee90c11401
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigationMixin.js | 35 icon: 'iconOverview', property in AppNavigationMixin.data.AnonymousClassbd1bea070101 40 icon: 'iconLogs', property in AppNavigationMixin.data.AnonymousClassbd1bea070201 62 icon: 'iconHealth', property in AppNavigationMixin.data.AnonymousClassbd1bea070601 79 icon: 'iconControl', property in AppNavigationMixin.data.AnonymousClassbd1bea070901 128 icon: 'iconSettings', property in AppNavigationMixin.data.AnonymousClassbd1bea071201 155 icon: 'iconSecurityAndAccess', property in AppNavigationMixin.data.AnonymousClassbd1bea071701 187 icon: 'iconResourceManagement', property in AppNavigationMixin.data.AnonymousClassbd1bea071d01
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/ |
H A D | kexecboot-cfg_0.2.bb | 2 DESCRIPTION = "Default icon and boot.cfg for kexecboot linux-as-bootloader." 7 SRC_URI = "file://icon.xpm" 35 # Specify full path for a custom icon for the menu-item. 37 # ICON=/boot/icon.xpm 54 install -m 0644 icon.xpm ${D}/boot/icon.xpm
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | gtk-icon-cache.bbclass | 12 GTKIC_CMD = "${@ 'gtk4-update-icon-cache' if d.getVar('GTKIC_VERSION') == '4' else 'gtk-update-icon… 19 DEPENDS += "${@ '' if d.getVar('BPN') == 'hicolor-icon-theme' else 'hicolor-icon-theme' } \ 68 bb.note("adding hicolor-icon-theme dependency to %s" % pkg) 69 rdepends = ' ' + d.getVar('MLPREFIX', False) + "hicolor-icon-theme" 81 bb.note("adding gtk-icon-cache postinst and postrm scripts to %s" % pkg)
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/ |
H A D | gtk+3_3.24.43.bb | 66 mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 82 create_wrapper ${D}/${bindir}/gtk-update-icon-cache \ 88 PROVIDES += "gtk-icon-utils" 94 ${bindir}/gtk3-icon-browser \ 98 ${datadir}/applications/gtk3-icon-browser.desktop \ 103 FILES:${PN}:append = " ${bindir}/gtk-update-icon-cache-3.0 \ 134 adwaita-icon-theme-symbolic \ 148 ALTERNATIVE:${PN} = "gtk-update-icon-cache" 149 ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-3.0"
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.ini | 23 #lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png 29 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 33 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 37 #icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png 41 #icon=/usr/share/icons/gnome/24x24/apps/arts.png
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 162 .sort-icon { 165 .icon { 167 & + .icon { 175 .sort-icon--descending { 178 .sort-icon--inactive { 188 .icon { 194 .icon { 203 .btn--expand .icon { 334 .icon {
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableFans.vue | 18 sort-icon-left 34 <!-- Expand chevron icon --> 40 class="btn-icon-only" 43 <icon-chevron /> 50 <status-icon :status="statusIcon(value)" /> 56 <status-icon :status="statusStateIcon(value)" /> 209 * Returns the appropriate icon based on the given status. 211 * @param {string} status - The status to determine the icon for. 212 * @return {string} The icon corresponding to the given status.
|