Home
last modified time | relevance | path

Searched refs:color_hover (Results 1 – 4 of 4) sorted by relevance

/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A DInterface.h318 …on<void(sf::RenderWindow * window, InputState & state)> fun, sf::Color color_hover = default_hover…
334 Image(sf::Texture image, float w, float h, sf::Color color_hover);
335 Image(std::string image, float w = 0, float h = 0, sf::Color color_hover = sf::Color::White);
360 …, MapperType type, sf::Color color_active = sf::Color::Blue, sf::Color color_hover = default_hover…
380 …, float w, float h, MapperType type, sf::Color color_active, sf::Color color_hover, sf::Color colo… in KeyMapper() argument
389 hoverstate.color_main = color_hover; in KeyMapper()
433 …nction<void(sf::RenderWindow*window, InputState&state)> fun, sf::Color color_hover, sf::Color colo… in Button() argument
439 hoverstate.color_main = color_hover; in Button()
H A DInterface.cpp1180 Image::Image(sf::Texture image, float w, float h, sf::Color color_hover) in Image() argument
1185 hoverstate.color_main = color_hover; in Image()
1190 Image::Image(std::string image_path, float w, float h, sf::Color color_hover) in Image() argument
1197 hoverstate.color_main = color_hover; in Image()
/dports/www/awstats/awstats-7.8/wwwroot/cgi-bin/
H A Dawstats.model.conf1297 color_hover="605040" # Color of HTML on-mouseover links (Default = "605040")
H A Dawstats.pl340 …$color_text $color_textpercent $color_titletext $color_weekend $color_link $color_hover $color_oth…
348 $color_hover, $color_other, $color_h,
941 a:hover { color: #$color_hover; text-decoration: underline; }
2877 $color_hover =~ s/#//g;
2878 if ( $color_hover !~ /^[0-9|A-H]+$/i ) { $color_hover = '605040'; }