mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
upgrade Dojo to 1.6.1
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
.nihilo .dijitToolbar .dijitToolbarSeparator {
|
||||
background: url('../../icons/images/editorIconsEnabled.png');
|
||||
background: url('../../icons/images/editorIconsEnabled.png'); /* separator in editor icons sprite image - enabled state */
|
||||
}
|
||||
|
||||
/**** ICONS *****/
|
||||
|
||||
.nihilo .dijitEditorIcon {
|
||||
background-image: url('../../icons/images/editorIconsEnabled.png');
|
||||
background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
.nihilo .dijitDisabled .dijitEditorIcon {
|
||||
background-image: url('../../icons/images/editorIconsDisabled.png');
|
||||
background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user