Changeset - 8bbc0ee9d43a
[Not reviewed]
default
0 2 0
Andrew Shadura - 11 years ago 2015-04-22 16:38:26
andrew@shadura.me
css: select 'kallithea' font where font icons are used
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -276,12 +276,13 @@ ul#context-actions {
 
    overflow: hidden;
 
}
 
#quick a.childs:after,
 
#revision-changer:before,
 
#context-pages a.childs:after,
 
#context-pages a.dropdown:after {
 
    font-family: 'kallithea';
 
    content: ' \23f7';
 
}
 
#context-pages a.childs {
 
    padding-right: 30px;
 
}
 
#context-pages a.childs:after {
kallithea/public/css/style.css
Show inline comments
 
@@ -3712,12 +3712,13 @@ div#legend_data, div#legend_container, d
 

	
 
.repo-switcher .select2-arrow {
 
    display: none !important;
 
}
 

	
 
.repo-switcher .select2-chosen:after {
 
    font-family: 'kallithea';
 
    content: ' \23f7';
 
}
 

	
 
.repo-switcher-dropdown.select2-drop.select2-drop-active {
 
    xborder-color: black;
 
    -webkit-box-shadow: none;
0 comments (0 inline, 0 general)