/* 針對XOOPS 2.5.*版之前的後台做微調 */

/* @import url(normalize.css); */

/* body ,div , a , li ,td ,th{
  font-size: 14px;
} */

@import url("my-input.css");

a.tooltip,
img.tooltip {
  opacity: 100;
  position: relative;
  display: inline;
  filter: none;
}

th {
  background-color: rgb(46, 50, 59) !important;
  color: white;
}

li {
  line-height: 1.5em;
}

a.btn,
a.btn:hover {
  font-weight: normal;
  background-color: none;
  color: white !important;
  text-decoration: none;
}

a.btn-warning,
a.btn-info,
a.btn-warning:hover,
a.btn-info:hover {
  color: #000 !important;
}

a.btn.btn-light,
a.btn.btn-light:hover {
  font-weight: normal;
  background-color: none;
  color: rgb(88, 88, 88) !important;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.xo-formbuttons:hover,
.formButton:hover,
button:hover {
  padding: 6px 12px;
}

.page-header {
  font-family: "微軟正黑體";
  color: #4c636d;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}
