Skip to content

Commit

Permalink
added another minor style glitch fix to 0039-WebUI-Fix-Style-Glitches
Browse files Browse the repository at this point in the history
WebUI patch to show the buttons in the direct link pages in bold font
weight to make the look&feel consistent with the rest.
  • Loading branch information
jens-maus committed Sep 12, 2023
1 parent 93f6ac5 commit 6e54bc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3433,7 +3433,15 @@
}

/* config\easymodes\DIMMER\MOTION_DETECTOR.tcl */
@@ -8434,7 +8446,9 @@
@@ -8206,6 +8218,7 @@

padding: 3px;
text-align:center;
+ font-weight: bold;
vertical-align:middle;
margin:2px;
cursor: pointer;
@@ -8434,7 +8447,9 @@
/* config\help.cgi */

.CLASS21300 {
Expand All @@ -3444,7 +3452,7 @@
}

.CLASS21301 {
@@ -8660,8 +8674,11 @@
@@ -8660,8 +8675,11 @@

/* config\control_panel.cgi */

Expand All @@ -3457,7 +3465,7 @@
}

.CLASS21701 {
@@ -8732,7 +8749,8 @@
@@ -8732,7 +8750,8 @@
/* config\ic_selchannel.cgi */

.CLASS21900 {
Expand All @@ -3467,15 +3475,15 @@
}

.CLASS21901 {
@@ -8782,7 +8800,6 @@
@@ -8782,7 +8801,6 @@

.CLASS21908 {
overflow: auto;
- background-color: $_(background); /* #183473 */
width:100%;
}

@@ -8839,13 +8856,17 @@
@@ -8839,13 +8857,17 @@
/* config\ic_deviceparameters.cgi */

.CLASS22000 {
Expand All @@ -3495,7 +3503,7 @@
}

.CLASS22002 {
@@ -8855,11 +8876,17 @@
@@ -8855,11 +8877,17 @@

.CLASS22003 {
background-color: $_(white);
Expand All @@ -3513,7 +3521,7 @@
}

.CLASS22005 {
@@ -8917,7 +8944,8 @@
@@ -8917,7 +8945,8 @@
}

.CLASS22101 {
Expand All @@ -3523,7 +3531,7 @@
}

.CLASS22102 {
@@ -8939,9 +8967,8 @@
@@ -8939,9 +8968,8 @@
.CLASS22104 {
left:0px;
top:0px;
Expand All @@ -3534,7 +3542,7 @@
position:relative;
width:50px;
height:50px;
@@ -8951,10 +8978,12 @@
@@ -8951,10 +8979,12 @@
position:relative;
width:50px;
height:50px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8218,6 +8218,7 @@ color: $_(textColorA); /* white */

padding: 3px;
text-align:center;
font-weight: bold;
vertical-align:middle;
margin:2px;
cursor: pointer;
Expand Down

0 comments on commit 6e54bc5

Please sign in to comment.