Skip to content

Instantly share code, notes, and snippets.

@tlimpanont
Created August 25, 2014 13:43
Show Gist options
  • Save tlimpanont/cf76416cf64e5e58cbd0 to your computer and use it in GitHub Desktop.
Save tlimpanont/cf76416cf64e5e58cbd0 to your computer and use it in GitHub Desktop.
Disabled state of submitted button
/**
* Disabled state of submitted button
*/
.myHavensteder_Button_127_18.disabled {
/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABOCAYAAAAJm8kbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADXSURBVHic7dqhEYAwEEVBgkchUjVtodITlBHxdiu4mSe+ubHW+g6Szt0HsI/4YeKHiR8mfpj4YeKHiR8mfpj4YeKHiR8mfpj4YeKHiR8mPkDKeObthy/K5oeJHyZ+mPhh4oeJHyZ+mPhh4oeJHyZ+mPhh4oeJHyZ+mPhh4gOkjPeafviibH6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJj5Aih++MJsfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kf9gOk7Al4cNXkIgAAAABJRU5ErkJggg==) no-repeat scroll 0px 0px;*/
cursor: default;
opacity: 0.2;
}
.myHavensteder_Button_127_18 {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABOCAYAAAAJm8kbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADXSURBVHic7dqhEYAwEEVBgkchUjVtodITlBHxdiu4mSe+ubHW+g6Szt0HsI/4YeKHiR8mfpj4YeKHiR8mfpj4YeKHiR8mfpj4YeKHiR8mPkDKeObthy/K5oeJHyZ+mPhh4oeJHyZ+mPhh4oeJHyZ+mPhh4oeJHyZ+mPhh4gOkjPeafviibH6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJj5Aih++MJsfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kfJn6Y+GHih4kf9gOk7Al4cNXkIgAAAABJRU5ErkJggg==) no-repeat scroll 0px -20px;
text-align: center;
height: 18px;
line-height: 18px;
display: -moz-inline-box;
display: inline-block;
outline-width: 0px;
color: white;
cursor: pointer;
width: 127px;
}
<!-- content to be placed inside <body>…</body> -->
<span id="btnOpslaan" classneutral="myHavensteder_Button_127_18" class="myHavensteder_Button_127_18" onclick="DGRegistrerenRV_POST('5757');" tabindex="1" onkeydown="Button_keyDown(event,this);" onfocus="Button_mouse(this,'focus');" onblur="Button_mouse(this,'blur');" onmouseover="Button_mouse(this,'over')" onmouseout="Button_mouse(this,'out')" onmousedown="Button_mouse(this,'down');" onmouseup="Button_mouse(this,'up')" downlock="0" focus="0">Opslaan</span>
<br />
<br />
<br />
<span id="btnOpslaan" classneutral="myHavensteder_Button_127_18" class="myHavensteder_Button_127_18 disabled" onclick="DGRegistrerenRV_POST('5757');" tabindex="1" onkeydown="Button_keyDown(event,this);" onfocus="Button_mouse(this,'focus');" onblur="Button_mouse(this,'blur');" onmouseover="Button_mouse(this,'over')" onmouseout="Button_mouse(this,'out')" onmousedown="Button_mouse(this,'down');" onmouseup="Button_mouse(this,'up')" downlock="0" focus="0">Even geduld...</span>
<br />
<br />
<br />
<span id="btnOpslaan" classneutral="myHavensteder_Button_127_18" class="myHavensteder_Button_127_18 disabled" onclick="DGRegistrerenRV_POST('5757');" tabindex="1" onkeydown="Button_keyDown(event,this);" onfocus="Button_mouse(this,'focus');" onblur="Button_mouse(this,'blur');" onmouseover="Button_mouse(this,'over')" onmouseout="Button_mouse(this,'out')" onmousedown="Button_mouse(this,'down');" onmouseup="Button_mouse(this,'up')" downlock="0" focus="0">Moment a.u.b...</span>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment