mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Issue #2916 - drop-down 'select' tag styling in admin area.
This commit is contained in:
parent
386c88d15d
commit
8dee70cef5
@ -1094,11 +1094,11 @@ a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}
|
||||
.list-group-item>.badge{float:right}
|
||||
.list-group-item>.badge+.badge{margin-right:5px}
|
||||
.nav-pills>li>a>.badge{margin-left:3px}
|
||||
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#999}
|
||||
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#222}
|
||||
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
|
||||
.alert .alert-link,.close{font-weight:700}
|
||||
.alert,.thumbnail{margin-bottom:20px}
|
||||
.jumbotron>hr{border-top-color:grey}
|
||||
.jumbotron>hr{border-top-color:#080808}
|
||||
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}
|
||||
.jumbotron .container{max-width:100%}
|
||||
@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}
|
||||
@ -1244,7 +1244,7 @@ a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-gro
|
||||
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}
|
||||
.embed-responsive-16by9{padding-bottom:56.25%}
|
||||
.embed-responsive-4by3{padding-bottom:75%}
|
||||
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#212121;border:1px solid #0f0f0f;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
|
||||
.well{min-height:20px;padding:19px;margin-bottom:20px;border:1px solid #0f0f0f;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
|
||||
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
|
||||
.well-lg{padding:24px;border-radius:6px}
|
||||
.well-sm{padding:9px;border-radius:3px}
|
||||
@ -1465,7 +1465,7 @@ h1,h2,h3,h4,h5,h6{text-shadow:-1px -1px 0 rgba(0,0,0,.3)}
|
||||
.table-bordered tbody tr.danger td,.table-bordered tbody tr.danger:hover td,.table-bordered tbody tr.success td,.table-bordered tbody tr.success:hover td,.table-bordered tbody tr.warning td,.table-bordered tbody tr.warning:hover td{border-color:#0a0a0a}
|
||||
.table-responsive>.table{background-color:#373737}
|
||||
label{font-weight:400}
|
||||
input,select,textarea{color:#eee;background-color:#222}
|
||||
.well,input,select,textarea{color:#eee;background-color:#222}
|
||||
input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],select,textarea{line-height:1.42857;background-image:none;border:1px solid #171717;border-radius:4px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;padding:8px 12px;font-size:14px}
|
||||
.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block{color:#f89406}
|
||||
.has-warning .form-control,.has-warning .form-control:focus{border-color:#f89406}
|
||||
@ -1476,7 +1476,8 @@ input[type=date],input[type=time],input[type=datetime-local],input[type=month],i
|
||||
.input-group-addon,.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-color:rgba(0,0,0,.6)}
|
||||
legend{color:#fff}
|
||||
.input-group-addon{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-image:linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:none;color:#fff}
|
||||
.breadcrumb,.darkwell,.form-control,.hero-unit,.progress,.uneditable-input,code,input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],pre,select,textarea{box-shadow:0 1px 0 rgba(255,255,255,.1),0 1px 7px 0 rgba(0,0,0,.8) inset;background:rgba(0,0,0,.3)}
|
||||
.breadcrumb,.darkwell,.form-control,.hero-unit,.progress,.uneditable-input,code,input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],pre,select,textarea{box-shadow:0 1px 0 rgba(255,255,255,.1),0 1px 7px 0 rgba(0,0,0,.8) inset}
|
||||
optgroup{background-color:#494949}
|
||||
.nav-pills>li>a{border:0;background:0 0}
|
||||
.nav-pills>li>a:hover{background:#3c3c3c;border:0}
|
||||
.nav-pills>li.active>a{background-color:#337ab7}
|
||||
|
Loading…
x
Reference in New Issue
Block a user