Change style of buttons

This commit is contained in:
2018-03-18 09:54:02 +01:00
parent f54d650e42
commit af0345ebff
2 changed files with 8 additions and 2 deletions

View File

@@ -147,7 +147,6 @@ textarea.textbox {
}
.button {
padding: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.5), inset 0 2px 5px rgba(255,255,255,1), inset 0 -2px 5px rgba(128,128,128,1);
vertical-align: top;
border-radius: 5px;
@@ -159,6 +158,10 @@ textarea.textbox {
cursor: pointer;
background-color: rgb(192,192,192);
margin-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
}
.button:first-child {

View File

@@ -45,7 +45,6 @@
.divToolbox .btnToolbox {
margin-top: 5px;
margin-right: 5px;
padding: 2px;
border: none;
border-radius: 3px;
box-shadow: 0 -2px 4px rgba(0,0,0,0.4) inset, 0 2px 3px rgba(255,255,255,1) inset;
@@ -54,6 +53,10 @@
font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
font-size: 12px;
cursor: pointer;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
}
.divToolbox .btnToolbox:hover {