Advertisement
Katsiree

เพื่อนแนะนำ

Sep 16th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.86 KB | None | 0 0
  1.         .box_chart .nav-tabs .nav-link {
  2.             border-radius: 0 !important;
  3.         }
  4.  
  5.  
  6.         .box_chart nav>.nav.nav-tabs {
  7.  
  8.             border: none;
  9.             color: #fff;
  10.             background: #272e38;
  11.             font-weight: bold;
  12.             display: grid
  13.         }
  14.  
  15.         .box_chart nav>div a.nav-item.nav-link {
  16.             border: none;
  17.             color: #fff;
  18.             font-size: 15px;
  19.         }
  20.  
  21.         .box_chart nav>div a.nav-item.nav-link.active {
  22.             border: none;
  23.             color: #313131;
  24.             background: #f1f1f1;
  25.         }
  26.  
  27.         .box_chart .tab-content {
  28.             background: #fdfdfd;
  29.             line-height: 25px;
  30.             border-radius: 15px;
  31.             /* height: 185px;
  32.             overflow: overlay; */
  33.         }
  34.  
  35.         .box_chart nav>div a.nav-item.nav-link:hover,
  36.         .box_chart nav>div a.nav-item.nav-link:focus {
  37.             background: #f5f5f5;
  38.             color: #313131;
  39.             transition: background 0.20s linear;
  40.         }
  41.  
  42.         .box_chart .tab-pane {
  43.             padding: 15px 0 15px 15px;
  44.             border-radius: 5px;
  45.             color: #313131;
  46.  
  47.         }
  48.  
  49.         .comments-list ol {
  50.             padding: 0;
  51.             margin-left: 20px;
  52.         }
  53.  
  54.         .comments-list ol li:hover {
  55.             background: #ccdffa;
  56.         }
  57.  
  58.         .comments-list .btn-sm {
  59.             padding: 0 15px;
  60.         }
  61.  
  62.         .box_chart .comments-list li {
  63.             border-bottom: 1px dotted #313131;
  64.             padding: 7px 0px;
  65.         }
  66.  
  67.         .list_reward {
  68.             background: #fdfdfd;
  69.  
  70.         }
  71.  
  72.         .list_reward ul {
  73.             margin-top: 20px;
  74.         }
  75.  
  76.         .list_reward ul>li {
  77.             list-style-image: url('https://www.234.in.th/images/2019/09/16/star.png');
  78.             margin: -10px 0px;
  79.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement