Code Monkey home page Code Monkey logo

Comments (3)

jorbsd avatar jorbsd commented on August 17, 2024
diff --git a/doony.css b/doony.css
index d2ff6df..3ec8470 100644
--- a/doony.css
+++ b/doony.css
@@ -809,6 +809,13 @@ a.yuimenulabel, a.yuimenuitemlabel,
   background-image: radial-gradient(circle at 3px 3px, #f0ad4e 0%, #d58512 100%);
 }
 
+.doony-circle-notbuilt {
+  background: #ababab;
+  background-image: -moz-radial-gradient(3px 3px 45deg, circle cover, #ababab 0%, #787878 100%);
+  background-image: -webkit-radial-gradient(3px 3px, circle cover, #ababab, #787878);
+  background-image: radial-gradient(circle at 3px 3px, #ababab 0%, #787878 100%);
+}
+
 .doony-theme {
   color: grey;
   margin-right: 10px;
diff --git a/doony.js b/doony.js
index d43061f..1f90b0e 100644
--- a/doony.js
+++ b/doony.js
@@ -11,7 +11,7 @@
  * of the Software, and to permit persons to whom the Software is furnished to do
  * so, subject to the following conditions:
 
- * The above copyright notice and this permission notice shall be included in
+ * The above ltcopyright notice and this permission notice shall be included in
  * all copies or substantial portions of the Software.
 
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
@@ -570,6 +570,7 @@
         replaceBouncingFloatyBall("img[src*='grey_anime.gif']", '#999');
         replaceBouncingFloatyBall("img[src*='aborted_anime.gif']", '#999');
         replaceBouncingFloatyBall("img[src*='yellow_anime.gif']", '#f0ad4e');
+        replaceBouncingFloatyBall("img[src*='yellow_anime.gif']", '#f0ad4e');
     }, 10);
     setInterval(function() {
         replaceFloatyBall("img[src*='/grey.png']", "aborted");
@@ -577,6 +578,7 @@
         replaceFloatyBall("img[src*='/blue.png']", "success");
         replaceFloatyBall("img[src*='/red.png']", "failure");
         replaceFloatyBall("img[src*='/yellow.png']", "warning");
+        replaceFloatyBall("img[src*='/nobuilt.png']", "notbuilt");
     }, 10);
 
     if (isJobHomepage(window.location.pathname)) {

from doony.

jorbsd avatar jorbsd commented on August 17, 2024

Patch that seems to be working for me, don't have a setup for minify for right now.

from doony.

kevinburke avatar kevinburke commented on August 17, 2024

Applied the patch and pushed in bb2d566

from doony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.