Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.inspect .cube.on.active { border-color: #c4703c; color: #ffffff;}</style>');
  2. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.complete .cube.on.active { border-color: #fcd2f3c; color: #ffffff;}</style>');
  3. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.showmeme .cube.on1.active { border-color: #b4b8ba; color: #ffffff;}</style>');
  4. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.showmeme .cube.on2.active { border-color: #799fb2; color: #ffffff;}</style>');
  5. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.duplicate .cube.on.active { border-color: #1c32dc; color: #ffffff;}</style>');
  6. $('head').append('<style>#cubeInspectorFloatingControls .controls .control.uncomplete .cube.on.active { border-color: #798ab2; color: #ffffff;}</style>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement