CSS: Remove selection-toolbar

Not in use.

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 13:08:05 +01:00
parent b64bf06df7
commit ad31f3fbdb
2 changed files with 0 additions and 11 deletions

View File

@ -31,7 +31,6 @@ class StyleSheet
'css/icinga/forms.less',
'css/icinga/setup.less',
'css/icinga/widgets.less',
'css/icinga/selection-toolbar.less',
'css/icinga/login.less',
'css/icinga/controls.less',
'css/icinga/dev.less',

View File

@ -1,10 +0,0 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
div.selection-toolbar {
float: right;
padding-right: 20px;
}
div.selection-toolbar a {
color: @icinga-blue;
}