Removed old styles

This commit is contained in:
Juanjo Jiménez 2018-02-20 12:36:31 +01:00 committed by Javier Castro
parent 2587d962f9
commit 0c00679371

View File

@ -43,96 +43,3 @@
margin-top: 20px;
width: 180px;
}
/* -------------------------------------------------------------------------- */
/* --------------------------- OLD BUTTON STYLES ---------------------------- */
/* ------------------------ TO BE REPLACED OR REMOVED ----------------------- */
/* -------------------------------------------------------------------------- */
// .md-button.md-no-style {
// transition: none !important;
// }
//
// .md-button.buttonMenu.md-default-theme:not([disabled]):hover {
// background-color: rgba(60, 174, 210, 0.7)
// }
//
// button._md-no-style.md-button.md-ink-ripple {
// background: none;
// }
//
// md-select-menu.md-default-theme md-content,
// md-select-menu md-content,
// .button-active {
// background: rgb(0,121,165) !important;
// color: white !important;
// // box-shadow: none !important;
// }
/* Play Realtime button styles */
// .buttonPlayRealTime {
// // THIS COLOR STYLES ARE ALREADY DEFINED ON WAZUH-BUTTON CLASS
// // background-color: #005571 !important;
// // color: white !important;
//
// }
// .manager-log-buttonplay-i {
// margin-top: 0px;
// margin-right: 15px;
// margin-bottom: 5px;
// }
// THIS IS ALREADY ON NEW WAZUH-BUTTON CLASS
// .buttonPlayRealTime:hover {
// background-color: rgb(0,121,165) !important;
// }
// ALREADY ON NEW WAZUH-BUTTON CLASS
// .md-button.buttonMenu {
// background-color: rgb(0,121,165);
// color: white;
// }
// APPARENTLY NOT USED ON THE APP
// .button-disabled {
// background: rgb(0,121,165) !important;
// color: white !important;
// }
// TO REMOVE, THIS IS ALREADY ON NEW WAZUH-BUTTON CLASS
// .md-button:not([disabled]):hover {
// background-color: rgb(0,121,165);
// }
// NOT USED
// .md-button.buttonBlueLight.md-default-theme:not([disabled]):hover {
// background-color: rgb(0,121,165);
// }
//
// .md-button.buttonBlueLightSettings.md-raised.md-primary:not([disabled]):hover{
// background-color: rgb(0,121,165) !important;
// color: white !important;
// // box-shadow: none !important;
// }
// NOT NECESSARY WITH THE NEW CLASS WAZUH-BUTTON
// .button-active.md-button:not([disabled]):hover,
// .buttonBlueLightRuleset.md-button:not([disabled]):hover {
// background-color: rgb(0,121,165) !important;
// }
// NOT USED
// .buttonBlueLightSettings,
// .buttonBlueLightRuleset {
// background-color: #005571 !important;
// color: white !important;
// // box-shadow: none !important;
// }
// NOT USED
// .buttonBlueLight {
// background-color: rgb(0,121,165) !important;
// color: white !important;
// // box-shadow: none !important;
// }