Changed the disabled control looks different from the eneabled.

Changed the width of fieldset-content.
This commit is contained in:
Ashesh Vashi 2015-07-23 18:31:56 +05:30
parent b4e20d9119
commit 7d9224ba8b

View File

@ -244,7 +244,7 @@ iframe {
.pgadmin-control-group { .pgadmin-control-group {
margin: 0px; margin: 0px;
padding: 1px 0px; padding: 2px 0px;
} }
.fieldset-content .pgadmin-control-group:nth-child(even): { .fieldset-content .pgadmin-control-group:nth-child(even): {
@ -273,13 +273,14 @@ iframe {
} }
.obj_properties fieldset > .fieldset-content { .obj_properties fieldset > .fieldset-content {
border-radius: 8px; border-radius: 10px;
padding: 12px 8px; padding: 5px 10px;
margin: 0px; width: 99.8%;
border-color: darkolivegreen; margin: 0 0.1%;
border-width: 1.5px; border-color: #92AFC8;
border-style: double; border-width: 3px;
background-color: #F2F2F2; border-style: ridge;
background-color: ##D7D8DD;
} }
.obj_properties .badge { .obj_properties .badge {
@ -408,3 +409,13 @@ iframe {
background-image: url('/browser/server/static/img/serverbad.png') !important; background-image: url('/browser/server/static/img/serverbad.png') !important;
border-radius: 10px border-radius: 10px
} }
.form-control {
color: #333333;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
color: #666666;
}