You are here

miniorange_saml.admin.css in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

.mo_btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	text-decoration: none;
	padding: 4px;
}


.mo_btn:focus,.mo_btn:active:focus,.mo_btn.active:focus,.mo_btn.focus,.mo_btn:active.focus,.mo_btn.active.focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.mo_btn:hover,.mo_btn:focus,.mo_btn.focus {

	text-decoration: none
}

.mo_btn:active,.mo_btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mo_btn.disabled,.mo_btn[disabled],fieldset[disabled] .mo_btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.mo_btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
    padding: 0.7% 1%;
}

.mo_btn-primary:hover,.mo_btn-primary:focus,.mo_btn-primary.focus,.mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
	{
	background-image: none
}

.mo_btn-primary.disabled,.mo_btn-primary[disabled],fieldset[disabled] .mo_btn-primary,.mo_btn-primary.disabled:hover,.mo_btn-primary[disabled]:hover,fieldset[disabled] .mo_btn-primary:hover,.mo_btn-primary.disabled:focus,.mo_btn-primary[disabled]:focus,fieldset[disabled] .mo_btn-primary:focus,.mo_btn-primary.disabled.focus,.mo_btn-primary[disabled].focus,fieldset[disabled] .mo_btn-primary.focus,.mo_btn-primary.disabled:active,.mo_btn-primary[disabled]:active,fieldset[disabled] .mo_btn-primary:active,.mo_btn-primary.disabled.active,.mo_btn-primary[disabled].active,fieldset[disabled] .mo_btn-primary.active
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.mo_btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.mo_btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
    padding: 0.7% 1%;
}

.mo_btn-success:hover,.mo_btn-success:focus,.mo_btn-success.focus,.mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
	{
	background-image: none
}

.mo_btn-success.disabled,.mo_btn-success[disabled],fieldset[disabled] .mo_btn-success,.mo_btn-success.disabled:hover,.mo_btn-success[disabled]:hover,fieldset[disabled] .mo_btn-success:hover,.mo_btn-success.disabled:focus,.mo_btn-success[disabled]:focus,fieldset[disabled] .mo_btn-success:focus,.mo_btn-success.disabled.focus,.mo_btn-success[disabled].focus,fieldset[disabled] .mo_btn-success.focus,.mo_btn-success.disabled:active,.mo_btn-success[disabled]:active,fieldset[disabled] .mo_btn-success:active,.mo_btn-success.disabled.active,.mo_btn-success[disabled].active,fieldset[disabled] .mo_btn-success.active
	{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.mo_btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.mo_btn-danger {
	color: #fff;
	background-color: #337ab7 ;
	border-color: #337ab7
}

.mo_btn-danger:hover,.mo_btn-danger:focus,.mo_btn-danger.focus,.mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
	{
	color: #fff;
	background-color: #337ab7 ;
	border-color: #337ab7
}

.mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
	{
	background-image: none
}

.mo_btn-danger.disabled,.mo_btn-danger[disabled],fieldset[disabled] .mo_btn-danger,.mo_btn-danger.disabled:hover,.mo_btn-danger[disabled]:hover,fieldset[disabled] .mo_btn-danger:hover,.mo_btn-danger.disabled:focus,.mo_btn-danger[disabled]:focus,fieldset[disabled] .mo_btn-danger:focus,.mo_btn-danger.disabled.focus,.mo_btn-danger[disabled].focus,fieldset[disabled] .mo_btn-danger.focus,.mo_btn-danger.disabled:active,.mo_btn-danger[disabled]:active,fieldset[disabled] .mo_btn-danger:active,.mo_btn-danger.disabled.active,.mo_btn-danger[disabled].active,fieldset[disabled] .mo_btn-danger.active
	{
	background-color: #337ab7 ;
	border-color: #337ab7
}

.mo_btn-danger .badge {
	color: #337ab7 ;
	background-color: #fff
}

.mo_btn-sm>.mo_btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

File

css/miniorange_saml.admin.css
View source
  1. .mo_btn {
  2. display: inline-block;
  3. margin-bottom: 0;
  4. font-size: 13px;
  5. font-weight: 300;
  6. line-height: 1.42857143;
  7. text-align: center;
  8. white-space: nowrap;
  9. vertical-align: middle;
  10. -ms-touch-action: manipulation;
  11. touch-action: manipulation;
  12. cursor: pointer;
  13. -webkit-user-select: none;
  14. -moz-user-select: none;
  15. -ms-user-select: none;
  16. user-select: none;
  17. background-image: none;
  18. border: 1px solid transparent;
  19. border-radius: 4px;
  20. text-decoration: none;
  21. padding: 4px;
  22. }
  23. .mo_btn:focus,.mo_btn:active:focus,.mo_btn.active:focus,.mo_btn.focus,.mo_btn:active.focus,.mo_btn.active.focus
  24. {
  25. outline: thin dotted;
  26. outline: 5px auto -webkit-focus-ring-color;
  27. outline-offset: -2px
  28. }
  29. .mo_btn:hover,.mo_btn:focus,.mo_btn.focus {
  30. text-decoration: none
  31. }
  32. .mo_btn:active,.mo_btn.active {
  33. background-image: none;
  34. outline: 0;
  35. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  36. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  37. }
  38. .mo_btn.disabled,.mo_btn[disabled],fieldset[disabled] .mo_btn {
  39. pointer-events: none;
  40. cursor: not-allowed;
  41. filter: alpha(opacity = 65);
  42. -webkit-box-shadow: none;
  43. box-shadow: none;
  44. opacity: .65
  45. }
  46. .mo_btn-primary {
  47. color: #fff;
  48. background-color: #337ab7;
  49. border-color: #2e6da4;
  50. padding: 0.7% 1%;
  51. }
  52. .mo_btn-primary:hover,.mo_btn-primary:focus,.mo_btn-primary.focus,.mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
  53. {
  54. color: #fff;
  55. background-color: #286090;
  56. border-color: #204d74
  57. }
  58. .mo_btn-primary:active,.mo_btn-primary.active,.open>.dropdown-toggle.mo_btn-primary
  59. {
  60. background-image: none
  61. }
  62. .mo_btn-primary.disabled,.mo_btn-primary[disabled],fieldset[disabled] .mo_btn-primary,.mo_btn-primary.disabled:hover,.mo_btn-primary[disabled]:hover,fieldset[disabled] .mo_btn-primary:hover,.mo_btn-primary.disabled:focus,.mo_btn-primary[disabled]:focus,fieldset[disabled] .mo_btn-primary:focus,.mo_btn-primary.disabled.focus,.mo_btn-primary[disabled].focus,fieldset[disabled] .mo_btn-primary.focus,.mo_btn-primary.disabled:active,.mo_btn-primary[disabled]:active,fieldset[disabled] .mo_btn-primary:active,.mo_btn-primary.disabled.active,.mo_btn-primary[disabled].active,fieldset[disabled] .mo_btn-primary.active
  63. {
  64. background-color: #337ab7;
  65. border-color: #2e6da4
  66. }
  67. .mo_btn-primary .badge {
  68. color: #337ab7;
  69. background-color: #fff
  70. }
  71. .mo_btn-success {
  72. color: #fff;
  73. background-color: #5cb85c;
  74. border-color: #4cae4c;
  75. padding: 0.7% 1%;
  76. }
  77. .mo_btn-success:hover,.mo_btn-success:focus,.mo_btn-success.focus,.mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
  78. {
  79. color: #fff;
  80. background-color: #449d44;
  81. border-color: #398439
  82. }
  83. .mo_btn-success:active,.mo_btn-success.active,.open>.dropdown-toggle.mo_btn-success
  84. {
  85. background-image: none
  86. }
  87. .mo_btn-success.disabled,.mo_btn-success[disabled],fieldset[disabled] .mo_btn-success,.mo_btn-success.disabled:hover,.mo_btn-success[disabled]:hover,fieldset[disabled] .mo_btn-success:hover,.mo_btn-success.disabled:focus,.mo_btn-success[disabled]:focus,fieldset[disabled] .mo_btn-success:focus,.mo_btn-success.disabled.focus,.mo_btn-success[disabled].focus,fieldset[disabled] .mo_btn-success.focus,.mo_btn-success.disabled:active,.mo_btn-success[disabled]:active,fieldset[disabled] .mo_btn-success:active,.mo_btn-success.disabled.active,.mo_btn-success[disabled].active,fieldset[disabled] .mo_btn-success.active
  88. {
  89. background-color: #5cb85c;
  90. border-color: #4cae4c
  91. }
  92. .mo_btn-success .badge {
  93. color: #5cb85c;
  94. background-color: #fff
  95. }
  96. .mo_btn-danger {
  97. color: #fff;
  98. background-color: #337ab7 ;
  99. border-color: #337ab7
  100. }
  101. .mo_btn-danger:hover,.mo_btn-danger:focus,.mo_btn-danger.focus,.mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
  102. {
  103. color: #fff;
  104. background-color: #337ab7 ;
  105. border-color: #337ab7
  106. }
  107. .mo_btn-danger:active,.mo_btn-danger.active,.open>.dropdown-toggle.mo_btn-danger
  108. {
  109. background-image: none
  110. }
  111. .mo_btn-danger.disabled,.mo_btn-danger[disabled],fieldset[disabled] .mo_btn-danger,.mo_btn-danger.disabled:hover,.mo_btn-danger[disabled]:hover,fieldset[disabled] .mo_btn-danger:hover,.mo_btn-danger.disabled:focus,.mo_btn-danger[disabled]:focus,fieldset[disabled] .mo_btn-danger:focus,.mo_btn-danger.disabled.focus,.mo_btn-danger[disabled].focus,fieldset[disabled] .mo_btn-danger.focus,.mo_btn-danger.disabled:active,.mo_btn-danger[disabled]:active,fieldset[disabled] .mo_btn-danger:active,.mo_btn-danger.disabled.active,.mo_btn-danger[disabled].active,fieldset[disabled] .mo_btn-danger.active
  112. {
  113. background-color: #337ab7 ;
  114. border-color: #337ab7
  115. }
  116. .mo_btn-danger .badge {
  117. color: #337ab7 ;
  118. background-color: #fff
  119. }
  120. .mo_btn-sm>.mo_btn {
  121. padding: 5px 10px;
  122. font-size: 12px;
  123. line-height: 1.5;
  124. border-radius: 3px;
  125. }