Advertisement
tyseer

java

Jan 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1.  
  2. #UHSearchBox {
  3.   border: 1px solid #ceced6 !important;
  4.   border-radius: 2px;
  5.   height: 34px;
  6.   *height: 18px;
  7. }
  8. #UHSearchBox:focus {
  9. border: 1px solid #7590f5 !important;
  10.   box-shadow: none !important;
  11. }
  12. /* buttons */
  13. #UHSearchWeb, #UHSearchProperty {
  14.   height: 32px !important;
  15.   line-height: 34px !important;
  16. -webkit-appearance: none;
  17.  
  18. }
  19.  
  20. #Stencil #UHSearchWeb,
  21. #Stencil #UHSearchProperty {
  22.     height: 30px;
  23.     box-sizing: content-box;
  24.     min-width: 92px;
  25.     padding-left: 14px;
  26.     padding-right: 14px;
  27.     *width: 100%;
  28.  
  29. }
  30. .DarkTheme .yucs-trigger .Ycon {
  31. color: #fff;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement