|
|
@@ -24,7 +24,7 @@ a { |
|
|
|
text-decoration:none |
|
|
|
} |
|
|
|
a:hover { |
|
|
|
color:#1eb867; |
|
|
|
color:#28a745; |
|
|
|
text-decoration:none |
|
|
|
} |
|
|
|
table { |
|
|
@@ -67,7 +67,7 @@ input[type=button],input[type=submit],input[type=reset] { |
|
|
|
padding:.25rem .5rem; |
|
|
|
height:auto; |
|
|
|
color:#fff; |
|
|
|
background:#1eb867; |
|
|
|
background:#28a745; |
|
|
|
border-radius:.2rem; |
|
|
|
border:0; |
|
|
|
transition:all .3s |
|
|
@@ -188,11 +188,11 @@ select:focus,input:focus,textarea:focus { |
|
|
|
padding:.25rem .5rem; |
|
|
|
width:360px; |
|
|
|
background:#f0faeb; |
|
|
|
border:2px solid #1eb867 |
|
|
|
border:2px solid #28a745 |
|
|
|
} |
|
|
|
.pubdlg { |
|
|
|
background:#fff; |
|
|
|
border:2px solid #1eb867; |
|
|
|
border:2px solid #28a745; |
|
|
|
border-radius:.2rem; |
|
|
|
z-index:8888 |
|
|
|
} |
|
|
@@ -245,7 +245,7 @@ select:focus,input:focus,textarea:focus { |
|
|
|
.mysource,.mywriter { |
|
|
|
width:300px; |
|
|
|
background:#fff; |
|
|
|
border:2px solid #1eb867; |
|
|
|
border:2px solid #28a745; |
|
|
|
z-index:10001 |
|
|
|
} |
|
|
|
.dlgws div { |
|
|
@@ -254,7 +254,7 @@ select:focus,input:focus,textarea:focus { |
|
|
|
.dlgTesttitle { |
|
|
|
width:300px; |
|
|
|
background:#f0faeb; |
|
|
|
border:2px solid #1eb867 |
|
|
|
border:2px solid #28a745 |
|
|
|
} |
|
|
|
#_mysource { |
|
|
|
z-index:10003 |
|
|
@@ -313,7 +313,7 @@ select:focus,input:focus,textarea:focus { |
|
|
|
padding:.6rem; |
|
|
|
width:120px; |
|
|
|
background:#fff; |
|
|
|
border:2px solid #1eb867; |
|
|
|
border:2px solid #28a745; |
|
|
|
z-index:10005 |
|
|
|
} |
|
|
|
option.alltype { |
|
|
@@ -367,7 +367,7 @@ option.stype { |
|
|
|
} |
|
|
|
span.page-link { |
|
|
|
color:#fff; |
|
|
|
background:#1eb867 |
|
|
|
background:#28a745 |
|
|
|
} |
|
|
|
.btn-xs { |
|
|
|
padding:2px; |
|
|
|