Blame view

static/css/base.css 431 Bytes
f96567709   zhenchaozhu   modify page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
      color: #333;
  }
  
  #userprofile .dropdown:hover .dropdown-menu {
      display: block;
  }
  
  #userprofile .dropdown-toggle {
      color: #666666;
      padding: 7px;
      border: 1px solid #ddd;
  }
  
  .skin-blue .main-header .navbar .dropdown-menu li a {
      color: #777;
  }
  
  .tooltip-inner {
      max-width: 500px;
  }
  
  .btn-social{
      margin-bottom: 15px;
  }