@@ -3222,7 +3222,6 @@ table.form tr:last-child .help-block {
3222
3222
3223
3223
.shared-controls-syntheticradiocontrol .btn-radio .disabled : before {
3224
3224
background : # e6e6e6 ;
3225
- -webkit-filter : none;
3226
3225
filter : none;
3227
3226
border-color : # ccc ;
3228
3227
}
@@ -3471,6 +3470,14 @@ table.form tr:last-child .help-block {
3471
3470
display : block;
3472
3471
}
3473
3472
3473
+ .controls-split .input-prepend .btn-group {
3474
+ margin-right : -1px ;
3475
+ }
3476
+
3477
+ .controls-split .input-append .btn-group {
3478
+ margin-left : -1px ;
3479
+ }
3480
+
3474
3481
.input-append input + .add-on .dropdown-toggle {
3475
3482
border-top-right-radius : 4px ;
3476
3483
border-bottom-right-radius : 4px ;
@@ -4646,7 +4653,6 @@ body.print .header-table-docked,
4646
4653
4647
4654
.tourbar .btn {
4648
4655
background : transparent;
4649
- -webkit-filter : none;
4650
4656
filter : none;
4651
4657
border-color : # 999 ;
4652
4658
color : # eee ;
@@ -6506,7 +6512,6 @@ button.close {
6506
6512
.btn .disabled : focus ,
6507
6513
.btn [disabled ]: focus {
6508
6514
background : # e6e6e6 ;
6509
- -webkit-filter : none;
6510
6515
filter : none;
6511
6516
border-color : # ccc ;
6512
6517
border-top-color : # ccc ;
@@ -6531,7 +6536,6 @@ button.close {
6531
6536
box-shadow : 0px 1px 1px rgba (0 , 0 , 0 , 0.08 );
6532
6537
color : # 333 ;
6533
6538
text-decoration : none;
6534
- -webkit-filter : none;
6535
6539
filter : none;
6536
6540
color : # 333 ;
6537
6541
}
@@ -6594,7 +6598,6 @@ button.close {
6594
6598
box-shadow : 0px 1px 1px rgba (0 , 0 , 0 , 0.08 );
6595
6599
color : # fff ;
6596
6600
text-decoration : none;
6597
- -webkit-filter : none;
6598
6601
filter : none;
6599
6602
color : # fff ;
6600
6603
}
@@ -7457,8 +7460,10 @@ body.locale-de .btn-group-radio.locale-responsive-layout .btn:last-child {
7457
7460
right : 0 ;
7458
7461
bottom : 0 ;
7459
7462
transform : skew (20deg , 0 );
7463
+ -webkit-backface-visibility : hidden;
7460
7464
backface-visibility : hidden;
7461
7465
/* See https://github.com/twitter/bootstrap/issues/5319 */
7466
+ -webkit-backface-visibility : visible;
7462
7467
backface-visibility : visible;
7463
7468
background-color : rgb (243 , 243 , 243 );
7464
7469
background-image : linear-gradient (to bottom, rgb (247 , 247 , 247 ), # eee );
@@ -7522,8 +7527,10 @@ body.locale-de .btn-group-radio.locale-responsive-layout .btn:last-child {
7522
7527
border-top-color : # bfbfbf ;
7523
7528
border-bottom : 1px solid # fff ;
7524
7529
transform : skew (-20deg , 0 );
7530
+ -webkit-backface-visibility : hidden;
7525
7531
backface-visibility : hidden;
7526
7532
/* See https://github.com/twitter/bootstrap/issues/5319 */
7533
+ -webkit-backface-visibility : visible;
7527
7534
backface-visibility : visible;
7528
7535
bottom : 0 ;
7529
7536
}
@@ -7541,8 +7548,10 @@ body.locale-de .btn-group-radio.locale-responsive-layout .btn:last-child {
7541
7548
border-top : 1px solid # bfbfbf ;
7542
7549
border-bottom : 1px solid # fff ;
7543
7550
transform : skew (20deg , 0 );
7551
+ -webkit-backface-visibility : hidden;
7544
7552
backface-visibility : hidden;
7545
7553
/* See https://github.com/twitter/bootstrap/issues/5319 */
7554
+ -webkit-backface-visibility : visible;
7546
7555
backface-visibility : visible;
7547
7556
}
7548
7557
@@ -9921,7 +9930,7 @@ a.label:hover,
9921
9930
width : 16px ;
9922
9931
height : 16px ;
9923
9932
margin-left : -8px ;
9924
- margin-top : -8 px ;
9933
+ margin-top : -9 px ;
9925
9934
text-indent : 0 ;
9926
9935
font-size : 11px ;
9927
9936
font-family : "Splunk Icons" ;
@@ -9940,7 +9949,7 @@ a.label:hover,
9940
9949
9941
9950
.ui-datepicker .ui-datepicker-prev .ui-icon : after {
9942
9951
content : "\25C0" ;
9943
- margin-left : -5 px
9952
+ margin-left : -4 px
9944
9953
}
9945
9954
9946
9955
.ui-datepicker .ui-datepicker-next {
@@ -9951,7 +9960,7 @@ a.label:hover,
9951
9960
9952
9961
.ui-datepicker .ui-datepicker-next .ui-icon : after {
9953
9962
content : "\25B6" ;
9954
- margin-left : -4 px ;
9963
+ margin-left : -3 px ;
9955
9964
/* not sure why this doesn't match up */
9956
9965
}
9957
9966
@@ -10159,6 +10168,7 @@ a.label:hover,
10159
10168
.dashboard-header {
10160
10169
margin-bottom : 10px ;
10161
10170
padding-top : 10px ;
10171
+ min-height : 28px ;
10162
10172
10163
10173
/* .dashboard-view-controls { */
10164
10174
/* > a:first-child { */
@@ -11250,30 +11260,6 @@ a.label:hover,
11250
11260
font-weight : normal;
11251
11261
}
11252
11262
11253
- /* SPL-65856 - workaround for time range picker in modal */
11254
- .timerange > label {
11255
- color : # 000 ;
11256
- float : left;
11257
- width : 160px ;
11258
- padding-top : 5px ;
11259
- text-align : right;
11260
- }
11261
- .timerange > .controls {
11262
- margin-left : 180px ;
11263
- }
11264
-
11265
- /* even more ghetto we can't re-use the same selectors from above ;_; */
11266
- .timerange > .control-group > label {
11267
- color : # 000 ;
11268
- float : left;
11269
- width : 160px ;
11270
- padding-top : 5px ;
11271
- text-align : right;
11272
- }
11273
- .timerange > .control-group > .controls {
11274
- margin-left : 180px ;
11275
- }
11276
-
11277
11263
/* Licensing tab content */
11278
11264
.page-licensing .tab-content {
11279
11265
background-color : rgb (252 , 252 , 252 );
@@ -11475,6 +11461,9 @@ a.label:hover,
11475
11461
.input-editor-body .input-editor-format .dynamic-input-settings-body .splunk-timerange {
11476
11462
margin-bottom : 10px ;
11477
11463
}
11464
+ .input-editor-body .input-editor-format .dynamic-input-settings-body .search-field-wrapper {
11465
+ width : 220px ;
11466
+ }
11478
11467
.input-editor-body .control-label {
11479
11468
width : 125px ;
11480
11469
float : left;
0 commit comments