plugins.resources_selected: now supporting update queries
[myslice.git] / plugins / resources_selected / static / css / resources_selected.css
index 9431426..a9a0bda 100644 (file)
@@ -25,3 +25,10 @@ input.myslice_action {
    height:30px;
    background-color:#FF9933;
 }
+
+.ResourcesSelected .added {
+    background-color: #E3F6CE;
+}
+.ResourcesSelected .removed {
+    background-color: #F6CECE;
+}