themes: Regenerate CSS to reflect recent commits

This commit is contained in:
Daniel Boles
2018-01-01 19:52:47 +00:00
parent 7dfb99c2ca
commit bdb3a4d505
4 changed files with 16 additions and 16 deletions

View File

@ -1240,13 +1240,13 @@ row:hover, row.activatable:hover { transition: none; }
.app-notification border, .app-notification.frame border { border-width: 0; }
/************* Expanders * */
expander arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
expander title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
expander arrow:hover { color: #4d4d4d; }
expander title > arrow:hover { color: #4d4d4d; }
expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
/************ Calendar * */
calendar { border: 1px solid gray; }