plugins: updated query_editor
[myslice.git] / plugins / active_filters / static / css / active_filters.css
1 /* 
2     Document   : ActiveFilters
3     Created on : 26 juil. 2012, 11:19:10
4     Author     : loicbaron
5     Description:
6         Purpose of the stylesheet follows.
7 */
8
9 .filterButton { 
10     border: 1px solid #AAA;
11     -webkit-border-radius: 5px;
12     -moz-border-radius: 5px;
13     padding: 2px 5px;
14     margin: 0 3px;
15     background-color:#D3D6FF;
16 }
17 .closeButton{
18     cursor: pointer;
19     vertical-align:middle;    
20 }