Project

General

Profile

« Previous | Next » 

Revision 57673

[Monitor Dashboard]: Complete indicator save and reorder.

View differences:

dashboard-custom.css
16 16
}
17 17

  
18 18
.dashboard .clickable {
19
  cursor: pointer;
19
  cursor: pointer !important;
20 20
}
21 21

  
22 22
/* On link hover, his items with this class will be displayed*/
......
146 146
  padding: 0;
147 147
  margin-top: 5px;
148 148
}
149

  
150
.dashboard .md-input {
151
  color: black;
152
}
153

  
154
/* Modal*/
155

  
156
.dashboard .uk-modal .large-modal {
157
  width: 800px;
158
}
159

  
160
/* Sortable*/
161
.dashboard .uk-sortable > * {
162
  cursor: move;
163
}
164

  
165
.dashboard .uk-sortable .uk-sortable-nodrag {
166
  cursor: default;
167
}

Also available in: Unified diff