DmitrMakeev commited on
Commit
e0f4703
·
verified ·
1 Parent(s): 63bdddd

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +9 -41
settings.html CHANGED
@@ -75,47 +75,15 @@ input[type="text"]{
75
  border-bottom-right-radius:4px;
76
  border-bottom-left-radius:4px;
77
  }
78
- button{
79
- display:block;
80
- margin-top:20px;
81
- margin-right:auto;
82
- margin-bottom:20px;
83
- margin-left:auto;
84
- color:white;
85
- background-color:rgb(76, 175, 80);
86
- border-top-width:initial;
87
- border-right-width:initial;
88
- border-bottom-width:initial;
89
- border-left-width:initial;
90
- border-top-style:none;
91
- border-right-style:none;
92
- border-bottom-style:none;
93
- border-left-style:none;
94
- border-top-color:initial;
95
- border-right-color:initial;
96
- border-bottom-color:initial;
97
- border-left-color:initial;
98
- border-image-source:initial;
99
- border-image-slice:initial;
100
- border-image-width:initial;
101
- border-image-outset:initial;
102
- border-image-repeat:initial;
103
- cursor:pointer;
104
- padding-top:12px;
105
- padding-right:24px;
106
- padding-bottom:12px;
107
- padding-left:24px;
108
- font-size:16px;
109
- border-top-left-radius:5px;
110
- border-top-right-radius:5px;
111
- border-bottom-right-radius:5px;
112
- border-bottom-left-radius:5px;
113
- transition-behavior:normal;
114
- transition-duration:0.3s;
115
- transition-timing-function:ease;
116
- transition-delay:0s;
117
- transition-property:background-color;
118
- }
119
  button:hover{
120
  background-color:rgb(56, 142, 60);
121
  }
 
75
  border-bottom-right-radius:4px;
76
  border-bottom-left-radius:4px;
77
  }
78
+ button {
79
+ background-color: green;
80
+ color: white;
81
+ padding: 10px 20px;
82
+ border: none;
83
+ border-radius: 4px;
84
+ cursor: pointer;
85
+ margin-top: 20px;
86
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  button:hover{
88
  background-color:rgb(56, 142, 60);
89
  }