Files
eepp/bin/unit_tests/assets/html/ensoft/background.css
Martín Lucas Golini b36ef2cf85 Fix background draw in atomic boxes.
Fix in selector parser.
2026-05-25 01:49:04 -03:00

17 lines
310 B
CSS

#bar #rss {
margin-top: 20px;
margin-left: 20px;
}
#bar #rss a {
background: url("rss.png") no-repeat 8px center;
padding: 5px 10px 5px 24px;
text-decoration: none;
font-size: 12px;
border-radius: 4px;
background-color: #d0d0d0;
color: white;
}
#bar #rss a:hover {
background-color: red;
}