Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/DustyBlue/DSGui/CSS/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/DustyBlue/DSGui/CSS/Button.css

DSGUI--DSPushButton,
DSGUI--DSPushButton:focus
{
	width:70px;
	height:24px;
	border-image: url(./Skin/DustyBlue/DSGui/Button/btn-n.png) 2 2 2 2;
	border-width: 2px 2px 2px 2px;
	color: #eeeeee;
    outline: none;
	font-size:12px;
}
DSGUI--DSPushButton:hover
{
	border-image: url(./Skin/DustyBlue/DSGui/Button/btn-h.png) 2 2 2 2;
	border-width: 2px 2px 2px 2px;
	color: #ffffff;
    outline: none;   
}
DSGUI--DSPushButton:pressed
{
	border-image: url(./Skin/DustyBlue/DSGui/Button/btn-p.png) 2 2 2 2;
	border-width: 2px 2px 2px 2px;
	color: #eeeeee;
    outline: none;
}
DSGUI--DSPushButton:disabled
{
	border-image: url(./Skin/DustyBlue/DSGui/Button/btn-d.png) 2 2 2 2;
	border-width: 2px 2px 2px 2px;
	color: #bbbbbb;
    outline: none;
}

DSGUI--DSSubPushButton,
DSGUI--DSSubPushButton:focus
{
	width:70px;
	height:24px;
	border-image: none;
	padding: 0;
	border-radius: 2px;
	background-color: #4b535b;
	color: #ffffff;
	outline: none;
	font-size:12px;
}
DSGUI--DSSubPushButton:hover
{
	border-image: none;
    padding: 0;
	border-radius: 2px;
	background-color: #5a6371;
	color: #ffffff;
    outline: none; 
}
DSGUI--DSSubPushButton:pressed
{
	border-image: none;
    padding: 0;
	border-radius: 2px;
	background-color: #545d6a;
	color: #ffffff;
    outline: none;
}
DSGUI--DSSubPushButton:disabled
{
	border-width: 0px;
	border-image: none;
    padding: 0;
	border-radius: 2px;
	background-color: #41464b;
	color: #5a6068;
    outline: none;
}