X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fcss%2Fdashboard.css;h=ae4ecf2bacebfeac7ae2ce1f83c4a0e3f37bb81e;hb=62377256bf242f91f477a1896c6c0f670a0db5a1;hp=598d944a7d45d81a2cf31e714806c4af1e4da0ab;hpb=cc4949a4ffb46ef309e660778afc9244fed4215d;p=unfold.git diff --git a/trash/css/dashboard.css b/trash/css/dashboard.css index 598d944a..ae4ecf2b 100644 --- a/trash/css/dashboard.css +++ b/trash/css/dashboard.css @@ -1,3 +1,10 @@ div#sidelist table.with-datatables { font-size: 130%; } +/*demo to show how to tweak a given section by setting its domid*/ +#complete-myquickfilter { + background-color: #f0d0f0; +} +#myquickfilter { + background-color: #f080f0; +}