﻿
.look-control.look-combobox input[readonly],
.look-control.look-combobox textarea[readonly]
{
    background-color: lightgray;
}

.look-control.look-combobox button:after
{
    display: block;
    width: 100%;
    height: 100%;
    content: "";

    background-repeat: no-repeat;
    background-position: center;
}

.look-control.look-combobox button.small:after
{
    background-image: url(../../../images/Combo_Sml.png);
}

.look-control.look-combobox button.medium:after
{
    background-image: url(../../../images/Combo_Med.png);
}

.look-control.look-combobox button.large:after
{
    background-image: url(../../../images/Combo_Lrg.png);
}
